vgritsenko 2003/12/22 06:04:04
Modified: java/src/org/apache/xindice/core Database.java Log: Found not used methods Revision Changes Path 1.32 +8 -3 xml-xindice/java/src/org/apache/xindice/core/Database.java Index: Database.java =================================================================== RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/core/Database.java,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- Database.java 11 Dec 2003 11:49:47 -0000 1.31 +++ Database.java 22 Dec 2003 14:04:04 -0000 1.32 @@ -252,6 +252,7 @@ } /** + * TODO: Not used. Remove? * @param path * @return */ @@ -268,7 +269,10 @@ return metaEnabled; } - // methods for recording the times when meta data is enabled. + /** + * TODO: Not used. Remove? + * methods for recording the times when meta data is enabled. + */ public synchronized void recordTime(String path, long created, long modified) { TimeRecord rec = (TimeRecord) timestamps.get(path); if (null == rec) { @@ -285,6 +289,7 @@ } /** + * TODO: Not used. Remove? * @param path */ public synchronized void removeTime(String path) {