mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
StringBuffer.java, [...]: Removed redundant and reordered modifiers.
2004-11-06 Michael Koch <konqueror@gmx.de> * java/lang/StringBuffer.java, java/lang/Throwable.java, java/security/spec/DSAParameterSpec.java, java/util/zip/ZipEntry.java, java/util/zip/ZipFile.java, java/util/zip/ZipInputStream.java, java/util/zip/ZipOutputStream.java: Removed redundant and reordered modifiers. From-SVN: r90177
This commit is contained in:
committed by
Mark Wielaard
parent
08d9302409
commit
c2e999dfeb
@@ -109,7 +109,7 @@ public final class StringBuffer implements Serializable, CharSequence
|
||||
/**
|
||||
* The default capacity of a buffer.
|
||||
*/
|
||||
private final static int DEFAULT_CAPACITY = 16;
|
||||
private static final int DEFAULT_CAPACITY = 16;
|
||||
|
||||
/**
|
||||
* Create a new StringBuffer with default capacity 16.
|
||||
|
||||
Reference in New Issue
Block a user