StringBuffer.java
7.72 KB
-
StringBuffer.java (ensureCapacity): Don't call Math::max. · bdf2ced9
2000-04-08 Anthony Green <green@cygnus.com> * java/lang/StringBuffer.java (ensureCapacity): Don't call Math::max. (ensureCapacity_unsynchronized): New private method. (append): Use ensureCapacity_unsynchronized. From-SVN: r33036
Anthony Green committed