Author: ivaynberg
Date: Fri Feb  6 17:49:47 2009
New Revision: 741651

URL: http://svn.apache.org/viewvc?rev=741651&view=rev
Log:
WICKET-2087

Modified:
    
wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java

Modified: 
wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java?rev=741651&r1=741650&r2=741651&view=diff
==============================================================================
--- 
wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java
 (original)
+++ 
wicket/trunk/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java
 Fri Feb  6 17:49:47 2009
@@ -53,9 +53,9 @@
         * Constructor
         * 
         * @param beanType
-        *              bean class
+        *            bean class
         * @param locator
-        *              spring context locator
+        *            spring context locator
         */
        public SpringBeanLocator(Class< ? > beanType, ISpringContextLocator 
locator)
        {
@@ -66,11 +66,11 @@
         * Constructor
         * 
         * @param beanName
-        *              bean name
+        *            bean name
         * @param beanType
-        *              bean class
+        *            bean class
         * @param locator
-        *              spring context locator
+        *            spring context locator
         */
        public SpringBeanLocator(String beanName, Class< ? > beanType, 
ISpringContextLocator locator)
        {
@@ -92,12 +92,12 @@
 
        /**
         * Returns the name of the Bean as registered to Spring. Throws 
IllegalState exception if none
-        * or more then one beans are found.
+        * or more than one beans are found.
         * 
         * @param ctx
-        *              spring application context
+        *            spring application context
         * @param clazz
-        *              bean class
+        *            bean class
         * @throws IllegalStateException
         * @return spring name of the bean
         */
@@ -126,7 +126,7 @@
 
        /**
         * @return returns whether the bean (the locator is supposed to 
istantiate) is a singleton or
-        *      not
+        *         not
         */
        public boolean isSingletonBean()
        {
@@ -211,10 +211,10 @@
         * are found.
         * 
         * @param ctx
-        *              spring application context
+        *            spring application context
         * 
         * @param clazz
-        *              bean class
+        *            bean class
         * @throws IllegalStateException
         * @return found bean
         */
@@ -227,12 +227,12 @@
         * Looks up a bean by its name and class. Throws IllegalState exception 
if bean not found.
         * 
         * @param ctx
-        *              spring application context
+        *            spring application context
         * 
         * @param name
-        *              bean name
+        *            bean name
         * @param clazz
-        *              bean class
+        *            bean class
         * @throws IllegalStateException
         * @return found bean
         */


Reply via email to