CVS: jfor/src/org/jfor/jfor/main JForLogConfig.java,1.2,1.3
Bertrand Delacretaz <[email protected]> Tue, 24 Sep 2002 04:36:19 -0700
| Newsgroups | gmane.text.xml.jfor.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jfor/jfor/src/org/jfor/jfor/main
In directory usw-pr-cvs1:/tmp/cvs-serv9434/src/org/jfor/jfor/main
Modified Files:
JForLogConfig.java
Log Message:
wrong version of JForLogConfig.java was checked in (again)
Index: JForLogConfig.java
===================================================================
RCS file: /cvsroot/jfor/jfor/src/org/jfor/jfor/main/JForLogConfig.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JForLogConfig.java 24 Sep 2002 11:12:43 -0000 1.2
--- JForLogConfig.java 24 Sep 2002 11:36:16 -0000 1.3
***************
*** 69,72 ****
--- 69,75 ----
// $Id$
// $Log$
+ // Revision 1.3 2002/09/24 11:36:16 bdelacretaz
+ // wrong version of JForLogConfig.java was checked in (again)
+ //
// Revision 1.2 2002/09/24 11:12:43 bdelacretaz
// Wrong version of JForLogConfig.java was checked in
***************
*** 91,95 ****
private final String name;
private final Priority p;
! DefPrio(String theName,Priority theP) { name=aName; p=theP; }
}
--- 94,98 ----
private final String name;
private final Priority p;
! DefPrio(String theName,Priority theP) { name=theName; p=theP; }
}
***************
*** 126,133 ****
boolean result = false;
! for(Iterator = System.getProperties().entrySet(); it.hasNext(); ) {
final Map.Entry e = (Map.Entry)it.next();
final String propName = (String)e.getKey();
if(propName.startsWith(PROP_PREFIX)) {
final String propValue = ((String)e.getValue()).toUpperCase();
final String catName = propName.substring(PROP_PREFIX.length());
--- 129,137 ----
boolean result = false;
! for(Iterator it = System.getProperties().entrySet().iterator(); it.hasNext(); ) {
final Map.Entry e = (Map.Entry)it.next();
final String propName = (String)e.getKey();
if(propName.startsWith(PROP_PREFIX)) {
+ result = true;
final String propValue = ((String)e.getValue()).toUpperCase();
final String catName = propName.substring(PROP_PREFIX.length());
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf