/[classpath]/cp-tools/src/gnu/classpath/tools/javap/GnuByteCodeJavap.java
ViewVC logotype

Diff of /cp-tools/src/gnu/classpath/tools/javap/GnuByteCodeJavap.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cbj, Sun Jan 30 04:19:27 2005 UTC revision 1.2 by cbj, Wed Feb 9 01:42:36 2005 UTC
# Line 199  public class GnuByteCodeJavap extends Ja Line 199  public class GnuByteCodeJavap extends Ja
199            {            {
200              if (isPrintCompiledFrom())              if (isPrintCompiledFrom())
201                {                {
202                  buf.append("Compiled from ");                  buf.append("Compiled from \"");
203                  buf.append(sourceFile.getSourceFile());                  buf.append(sourceFile.getSourceFile());
204                    buf.append("\"");
205                  out.println(buf.toString());                  out.println(buf.toString());
206                }                }
207            }            }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26