Index: javadoc/src/org/netbeans/modules/javadoc/JavadocModule.java =================================================================== RCS file: /usr/local/tigris/data/helm/cvs/repository/javadoc/src/org/netbeans/modules/javadoc/JavadocModule.java,v retrieving revision 1.47 diff -u -t -r1.47 JavadocModule.java --- javadoc/src/org/netbeans/modules/javadoc/JavadocModule.java 2001/08/08 16:00:52 1.47 +++ javadoc/src/org/netbeans/modules/javadoc/JavadocModule.java 2001/08/15 01:25:34 @@ -124,6 +124,7 @@ // Implementation of java.io.Externalizable ------------------ + /* public void readExternal(final java.io.ObjectInput objectInput ) throws java.io.IOException, java.lang.ClassNotFoundException { super.readExternal( objectInput ); @@ -138,6 +139,7 @@ //Integer i = (Integer)getProperty(PROP_INSTALL_COUNT); //objectOutput.writeInt(i != null ? i.intValue() : 0); } + */ private static void notify (Exception e) { TopManager.getDefault ().getErrorManager ().notify (ErrorManager.INFORMATIONAL, e); @@ -148,7 +150,7 @@ TopManager.getDefault ().getErrorManager ().log (ErrorManager.INFORMATIONAL, s); } - /** Exists only for the sake of its bean info. */ + /** Exists only for the sake of its bean info. * / public static final class GlobalLocalFileSystem extends LocalFileSystem { private static final long serialVersionUID = 3563912690225075761L; @@ -159,7 +161,7 @@ super(cap); } } - /** Marks it as global (not project-specific). */ + /** Marks it as global (not project-specific). * / public static final class GlobalLocalFileSystemBeanInfo extends SimpleBeanInfo { public BeanDescriptor getBeanDescriptor () { BeanDescriptor bd = new BeanDescriptor (GlobalLocalFileSystem.class); @@ -183,4 +185,5 @@ } } } + */ }