froehlich 01/12/14 09:15:23 Modified: scratchpad/src/org/apache/cocoon/jispstore JispFilesystemStore.java Log: fixed some typos Revision Changes Path 1.7 +9 -3 xml-cocoon2/scratchpad/src/org/apache/cocoon/jispstore/JispFilesystemStore.java Index: JispFilesystemStore.java =================================================================== RCS file: /home/cvs/xml-cocoon2/scratchpad/src/org/apache/cocoon/jispstore/JispFilesystemStore.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- JispFilesystemStore.java 2001/12/14 13:09:29 1.6 +++ JispFilesystemStore.java 2001/12/14 17:15:22 1.7 @@ -178,6 +178,12 @@ return this.mDirectoryPath; } + /** + * Returns a Object from the store associated with the Key Object + * + * @param the Key Object + * @return the Object associated with Key Object + */ public Object get(Object key) { this.getLogger().debug("get(): Get file with key: " + key.toString()); Object readObj = null; @@ -261,7 +267,7 @@ * Test if the the index file contains the given key * * @param the Key Object - * @retrun true if Key exists and false if not + * @return true if Key exists and false if not */ public boolean containsKey(Object key) { long res = -1; @@ -283,9 +289,9 @@ } /** - * Returns a Enumeration of all Key in the indexed file + * Returns a Enumeration of all Keys in the indexed file * - * @retrun Enumeration Object with all existing keys + * @return Enumeration Object with all existing keys */ public Enumeration keys() { //TODO: Implementation
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]