You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2013/10/31 14:34:39 UTC

git commit: Fixed links in Javadoc.

Updated Branches:
  refs/heads/master cbd6a21ce -> 96e9ed48f


Fixed links in Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/96e9ed48
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/96e9ed48
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/96e9ed48

Branch: refs/heads/master
Commit: 96e9ed48f5386ab7feae33b46998a560fe643755
Parents: cbd6a21
Author: Henryk Konsek <he...@gmail.com>
Authored: Thu Oct 31 14:34:08 2013 +0100
Committer: Henryk Konsek <he...@gmail.com>
Committed: Thu Oct 31 14:34:08 2013 +0100

----------------------------------------------------------------------
 .../spring/javaconfig/test/JavaConfigContextLoader.java      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/96e9ed48/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java b/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java
index ba660c5..0e150f0 100644
--- a/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java
+++ b/components/camel-spring-javaconfig/src/main/java/org/apache/camel/spring/javaconfig/test/JavaConfigContextLoader.java
@@ -32,7 +32,7 @@ import org.springframework.test.context.ContextLoader;
 
 /**
  * Implementation of the {@link ContextLoader} strategy for creating a
- * {@link JavaConfigApplicationContext} for a test's
+ * {@link org.springframework.context.annotation.AnnotationConfigApplicationContext} for a test's
  * {@link org.springframework.test.context.ContextConfiguration &#064;ContextConfiguration}
  * <p/>
  *
@@ -82,9 +82,9 @@ public class JavaConfigContextLoader implements ContextLoader {
      * <p/>
      *
      * Configuration locations are either fully-qualified class names or base package names. These
-     * locations will be given to a {@link JavaConfigApplicationContext} for configuration via the
-     * {@link JavaConfigApplicationContext#addConfigClass(Class)} and
-     * {@link JavaConfigApplicationContext#addBasePackage(String)} methods.
+     * locations will be given to a {@link AnnotationConfigApplicationContext} for configuration via the
+     * {@link AnnotationConfigApplicationContext#register(Class[])} and
+     * {@link AnnotationConfigApplicationContext#scan(String...)} methods.
      *
      * @param locations the locations to use to load the application context
      * @return a new application context