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
@@ -401,8 +401,7 @@ public class Throwable implements Serializable
|
||||
*/
|
||||
private static class StaticData
|
||||
{
|
||||
|
||||
final static String nl;
|
||||
static final String nl;
|
||||
|
||||
static
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user