You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2005/07/05 12:54:01 UTC

svn commit: r209255 - /incubator/jackrabbit/trunk/commons/src/java/org/apache/jackrabbit/JcrConstants.java

Author: tripod
Date: Tue Jul  5 03:53:59 2005
New Revision: 209255

URL: http://svn.apache.org/viewcvs?rev=209255&view=rev
Log:
- adjusting javadoc

Modified:
    incubator/jackrabbit/trunk/commons/src/java/org/apache/jackrabbit/JcrConstants.java

Modified: incubator/jackrabbit/trunk/commons/src/java/org/apache/jackrabbit/JcrConstants.java
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/commons/src/java/org/apache/jackrabbit/JcrConstants.java?rev=209255&r1=209254&r2=209255&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/commons/src/java/org/apache/jackrabbit/JcrConstants.java (original)
+++ incubator/jackrabbit/trunk/commons/src/java/org/apache/jackrabbit/JcrConstants.java Tue Jul  5 03:53:59 2005
@@ -16,8 +16,14 @@
  */
 package org.apache.jackrabbit;
 
+import javax.jcr.Session;
+
 /**
- * This Interface defines some jcr constants
+ * This Interface defines some of the item names that are defined in the
+ * jcr spec 1.0, using the default prefixes 'jcr', 'nt' and 'mix'. Please note
+ * that those prefixes can by redefined by an application using the
+ * {@link Session#setNamespacePrefix(String, String)} method. As a result, the
+ * constants could not refer to the respective items.
  */
 public interface JcrConstants {
     /**