Spurious characters in JavaCompiler

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P1
    • 8
    • Affects Version/s: 8
    • Component/s: tools
    • b112
    • Not verified

      diff -r 515d54c1b063 src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
      --- a/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java Fri Oct 04 14:46:46 2013 -0700
      +++ b/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java Fri Oct 04 15:12:29 2013 -0700
      @@ -741,7 +741,7 @@
                       out.close();
                   }
                   return outFile;
      - }''
      + }
           }
       
           /** Generate code and emit a class file for a given class

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: