src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java

changeset 1230
b14d9583ce92
parent 1157
3809292620c9
child 1309
c9749226cdde
     1.1 --- a/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java	Fri Mar 09 17:10:56 2012 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java	Tue Mar 13 15:43:40 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -69,11 +69,11 @@
    1.11       */
    1.12      private boolean verbose;
    1.13  
    1.14 -    /** Switch: scrable private names.
    1.15 +    /** Switch: scramble private names.
    1.16       */
    1.17      private boolean scramble;
    1.18  
    1.19 -    /** Switch: scrable private names.
    1.20 +    /** Switch: scramble private names.
    1.21       */
    1.22      private boolean scrambleAll;
    1.23  

mercurial