Scarab commit: svn commit: r10724 - branches/release/0.22/src/java/org/tigris/scarab/util/word/IssueSearch.java

Johannes Höchstädter <[email protected]>
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: jhoech
Date: 2009-05-19 02:34:54-0700
New Revision: 10724

Modified:
   branches/release/0.22/src/java/org/tigris/scarab/util/word/IssueSearch.java

Log:
ADD - some java docs added

Modified: branches/release/0.22/src/java/org/tigris/scarab/util/word/IssueSearch.java
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/java/org/tigris/scarab/util/word/IssueSearch.java?view=diff&pathrev=10724&r1=10723&r2=10724
==============================================================================
--- branches/release/0.22/src/java/org/tigris/scarab/util/word/IssueSearch.java	(original)
+++ branches/release/0.22/src/java/org/tigris/scarab/util/word/IssueSearch.java	2009-05-19 02:34:54-0700
@@ -684,11 +684,19 @@
         this.sortAttributeId = v;
     }
     
+    /**
+     * sets the name of the internal attribute to sort for
+     * @param internal : name of internal attribute, e.g. "IssueType"
+     */
     public void setSortInternalAttribute(String internal)
     {
         this.sortInternalAttribute = internal;
     }
     
+    /**
+     * returns name of internal attribute of serach
+     * @return : name of internal attribute, e.g. "IssueType"
+     */
     public String getSortInternalAttribute()
     {
         return this.sortInternalAttribute;

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2310306
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.