Author: mattmann
Date: Mon Jul 13 01:20:36 2009
New Revision: 793441

URL: http://svn.apache.org/viewvc?rev=793441&view=rev
Log:
- cleanup javadoc

Modified:
    
lucene/tika/trunk/tika-parsers/src/test/java/org/apache/tika/TestParsers.java

Modified: 
lucene/tika/trunk/tika-parsers/src/test/java/org/apache/tika/TestParsers.java
URL: 
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-parsers/src/test/java/org/apache/tika/TestParsers.java?rev=793441&r1=793440&r2=793441&view=diff
==============================================================================
--- 
lucene/tika/trunk/tika-parsers/src/test/java/org/apache/tika/TestParsers.java 
(original)
+++ 
lucene/tika/trunk/tika-parsers/src/test/java/org/apache/tika/TestParsers.java 
Mon Jul 13 01:20:36 2009
@@ -175,11 +175,10 @@
      * to the resource. If the resource does not exist it will give you back 
the
      * resource name incl. the path.
      * 
-     * It will give you back an absolute path incl. the name which is in the
-     * same directory as the the class you've called it from.
-     * 
      * @param name
-     * @return
+     *            The named resource to search for.
+     * @return an absolute path incl. the name which is in the same directory 
as
+     *         the the class you've called it from.
      */
     public String getFileResource(String name) {
         URL url = this.getClass().getResource(name);


Reply via email to