CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/07/26 14:25:37
Modified files: . : ChangeLog java/util : Properties.java Log message: 2005-07-26 Roman Kennke <[EMAIL PROTECTED]> * java/util/Properties.java (getPropertyInternal): New method. Avoids infinite recursion if getProperty() methods are overridden in subclasses. (getProperty(String)): Use getPropertyInternal to avoid recursion. (getProperty(String,String)): Likewise. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4239&tr2=1.4240&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/Properties.java.diff?tr1=1.30&tr2=1.31&r1=text&r2=text _______________________________________________ Commit-classpath mailing list Commit-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/commit-classpath