CVS: TapestryBook/examples/src/examples/todo3 Priority.java,1.1,1.2
Howard Lewis Ship <[email protected]> Sun, 09 Mar 2003 13:34:49 -0800
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/examples/src/examples/todo3
In directory sc8-pr-cvs1:/tmp/cvs-serv20921/examples/src/examples/todo3
Modified Files:
Priority.java
Log Message:
Add info on localization.
Index: Priority.java
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/examples/src/examples/todo3/Priority.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Priority.java 28 Feb 2003 00:25:47 -0000 1.1
--- Priority.java 9 Mar 2003 21:34:47 -0000 1.2
***************
*** 17,21 ****
public static final Priority LOW = new Priority("LOW");
! public static final Priority[] ALL_VALUES = new Priority[] { HIGH, MEDIUM, LOW };
private Priority(String name)
--- 17,21 ----
public static final Priority LOW = new Priority("LOW");
! public static final Priority[] ALL_VALUES = { HIGH, MEDIUM, LOW };
private Priority(String name)
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com