Author: cziegeler
Date: Mon Nov 26 16:25:05 2012
New Revision: 1413709

URL: http://svn.apache.org/viewvc?rev=1413709&view=rev
Log:
Typos

Modified:
    
felix/trunk/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java

Modified: 
felix/trunk/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java?rev=1413709&r1=1413708&r2=1413709&view=diff
==============================================================================
--- 
felix/trunk/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
 (original)
+++ 
felix/trunk/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
 Mon Nov 26 16:25:05 2012
@@ -416,8 +416,8 @@ public class ClassScanner {
      * <p>
      * This method may be overwritten by extensions of this class.
      *
-     * @throws SCRDescriptorException May be thrown if an error occurrs
-     *             gethering the component descriptors.
+     * @throws SCRDescriptorException May be thrown if an error occurs
+     *             gathering the component descriptors.
      */
     private Map<String, ClassDescription> getComponentDescriptors()
             throws SCRDescriptorException {
@@ -481,7 +481,7 @@ public class ClassScanner {
      * be called by the {@link #getComponentDescriptors()} method to parse the
      * descriptors gathered in an implementation dependent way.
      *
-     * @throws SCRDescriptorException If an error occurrs reading the
+     * @throws SCRDescriptorException If an error occurs reading the
      *             descriptors from the stream.
      */
     private void readServiceComponentDescriptor(


Reply via email to