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 2009/04/16 12:01:27 UTC

svn commit: r765551 - in /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype: NodeTypeDefStore.java NodeTypeRegistry.java

Author: tripod
Date: Thu Apr 16 10:01:27 2009
New Revision: 765551

URL: http://svn.apache.org/viewvc?rev=765551&view=rev
Log:
fixing typos

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeDefStore.java
    jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeDefStore.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeDefStore.java?rev=765551&r1=765550&r2=765551&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeDefStore.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeDefStore.java Thu Apr 16 10:01:27 2009
@@ -69,7 +69,7 @@
      * @param in reader containing the nodetype definitions
      * @param systemId optional name of the stream
      *
-     * @throws IOException if an I/O error during reading occurrs
+     * @throws IOException if an I/O error during reading occurs
      * @throws InvalidNodeTypeDefException if the CND cannot be parsed
      */
     public void loadCND(Reader in, String systemId)

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java?rev=765551&r1=765550&r2=765551&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java Thu Apr 16 10:01:27 2009
@@ -792,7 +792,7 @@
      *
      * @param store The {@link NodeTypeDefStore} into which the node type
      *              definitions are loaded.
-     * @throws RepositoryException If an error occurrs while loading the
+     * @throws RepositoryException If an error occurs while loading the
      *                             built-in node type definitions.
      */
     protected void loadBuiltInNodeTypeDefs(NodeTypeDefStore store)
@@ -829,7 +829,7 @@
      *
      * @param store The {@link NodeTypeDefStore} into which the node type
      *              definitions are loaded.
-     * @throws RepositoryException If an error occurrs while loading the
+     * @throws RepositoryException If an error occurs while loading the
      *                             custom node type definitions.
      */
     protected void loadCustomNodeTypeDefs(NodeTypeDefStore store)