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:
parent
08d9302409
commit
c2e999dfeb
8 changed files with 60 additions and 50 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue