/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/PackageDocImpl.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/PackageDocImpl.java

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

revision 1.8 by julian, Fri Dec 10 14:47:01 2004 UTC revision 1.9 by julian, Wed Oct 12 00:25:46 2005 UTC
# Line 183  class PackageDocImpl extends DocImpl imp Line 183  class PackageDocImpl extends DocImpl imp
183           return 0;           return 0;
184     }     }
185    
186       public boolean equals(Object o) {
187          if (o!=null && o instanceof PackageDocImpl)
188             return name().equals(((PackageDocImpl)o).name());
189          else
190             return false;
191       }
192    
193     /**     /**
194      *  Sets the directory containing this package's source files.      *  Sets the directory containing this package's source files.
195      */      */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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