Author: vgritsenko Date: Wed Jun 27 20:25:05 2007 New Revision: 551434 URL: http://svn.apache.org/viewvc?view=rev&rev=551434 Log: whitespace
Modified: xml/xindice/trunk/java/src/org/apache/xindice/webadmin/Location.java Modified: xml/xindice/trunk/java/src/org/apache/xindice/webadmin/Location.java URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/webadmin/Location.java?view=diff&rev=551434&r1=551433&r2=551434 ============================================================================== --- xml/xindice/trunk/java/src/org/apache/xindice/webadmin/Location.java (original) +++ xml/xindice/trunk/java/src/org/apache/xindice/webadmin/Location.java Wed Jun 27 20:25:05 2007 @@ -36,7 +36,9 @@ /** * Create Location instance out of path information. There are several - * possible outcomes: <ul> + * possible outcomes: + * + * <ul> * <li>Path is empty or "/" - both collection and name are null, isRoot * equals true; * <li>Path matches some collection's canonical name - collection is @@ -47,6 +49,7 @@ * <li>Path could not be recognized, no database/collection match found - * both collection and name are null, isRoot equals false * </ul> + * * In case there are collection and document that have the same name, * collection has a precedence over the document. * For example, if path is /db/col1/test, and collection col1 contains