Author: alexoree
Date: Sat Feb  1 18:03:11 2014
New Revision: 1563451

URL: http://svn.apache.org/r1563451
Log:
JUDDI-785 fixing javadoc references

Modified:
    
juddi/trunk/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
    
juddi/trunk/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_070_FindEntityIntegrationTest.java

Modified: 
juddi/trunk/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java?rev=1563451&r1=1563450&r2=1563451&view=diff
==============================================================================
--- 
juddi/trunk/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
 (original)
+++ 
juddi/trunk/juddi-client/src/main/java/org/apache/juddi/v3/client/UDDIConstants.java
 Sat Feb  1 18:03:11 2014
@@ -112,11 +112,11 @@ public interface UDDIConstants {
     /**
      * caseInsensitiveSort: signifies that the result set should be sorted
      * without regard to case. This overrides the default case sensitive 
sorting
-     * behavior. 
+     * behavior. <br><br>
      * 
      * WARNING: The current JPA specification does NOT support 
caseInsensitiveSort.
-     * jUDDI therefore *ignores* the caseInsensitive sort setting. 
-     * See also https://issues.apache.org/jira/browse/OPENJPA-1817
+     * jUDDI services therefore does not support the caseInsensitive sort 
setting. 
+     * See also https://issues.apache.org/jira/browse/JUDDI-785
      * A work around is to perform a caseInsensitiveMatch. 
      */
     public static final String CASE_INSENSITIVE_SORT = "caseInsensitiveSort";

Modified: 
juddi/trunk/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_070_FindEntityIntegrationTest.java
URL: 
http://svn.apache.org/viewvc/juddi/trunk/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_070_FindEntityIntegrationTest.java?rev=1563451&r1=1563450&r2=1563451&view=diff
==============================================================================
--- 
juddi/trunk/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_070_FindEntityIntegrationTest.java
 (original)
+++ 
juddi/trunk/uddi-tck/src/test/java/org/apache/juddi/v3/tck/UDDI_070_FindEntityIntegrationTest.java
 Sat Feb  1 18:03:11 2014
@@ -352,8 +352,7 @@ public class UDDI_070_FindEntityIntegrat
         //see JUDDI-785, jUDDI doesn't support it, and thus should throw.
         /**
          * Note that jUDDI ignores caseInsensiveSort.
-         *
-         * @see UDDIConstants.CASE_INSENSITIVE_SORT
+         * {@link 
org.apache.juddi.v3.client.UDDIConstants#CASE_INSENSITIVE_SORT 
CASE_INSENSITIVE_SORT}
          * @throws Exception
          */
         @Test
@@ -365,7 +364,7 @@ public class UDDI_070_FindEntityIntegrat
         /**
          * Note that jUDDI ignores caseInsensiveSort.
          *
-         * @see UDDIConstants.CASE_INSENSITIVE_SORT
+         * {@link 
org.apache.juddi.v3.client.UDDIConstants#CASE_INSENSITIVE_SORT 
CASE_INSENSITIVE_SORT}
          * @throws Exception
          */
         @Test
@@ -377,7 +376,7 @@ public class UDDI_070_FindEntityIntegrat
         /**
          * Note that jUDDI ignores caseInsensiveSort.
          *
-         * @see UDDIConstants.CASE_INSENSITIVE_SORT
+         * {@link 
org.apache.juddi.v3.client.UDDIConstants#CASE_INSENSITIVE_SORT 
CASE_INSENSITIVE_SORT}
          * @throws Exception
          */
         @Test
@@ -400,7 +399,7 @@ public class UDDI_070_FindEntityIntegrat
         /**
          * Note that jUDDI ignores caseInsensiveSort.
          *
-         * @see UDDIConstants.CASE_INSENSITIVE_SORT
+         * {@link 
org.apache.juddi.v3.client.UDDIConstants#CASE_INSENSITIVE_SORT 
CASE_INSENSITIVE_SORT}
          * @throws Exception
          */
         @Test



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to