/[classpath]/classpath/gnu/classpath/RawData.java
ViewVC logotype

Diff of /classpath/gnu/classpath/RawData.java

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

revision 1.1 by cbj, Fri Apr 4 03:54:10 2003 UTC revision 1.2 by mkoch, Sun Nov 21 11:03:45 2004 UTC
# Line 1  Line 1 
1  /* RawData.java -- Pointer to VM specific data  /* RawData.java -- Pointer to VM specific data
2     Copyright (C) 1999, 2000  Free Software Foundation     Copyright (C) 1999, 2000, 2004  Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 42  package gnu.classpath; Line 42  package gnu.classpath;
42  /** A type used to indicate special data used by native code that should not  /** A type used to indicate special data used by native code that should not
43      be marked by the garbage collector. */      be marked by the garbage collector. */
44    
45  public final class RawData  public abstract class RawData
46  {  {
    private RawData() { }  
47  }  }

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