http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e764c95b/tapestry-core/src/main/java/org/apache/tapestry5/services/BeanBlockSource.java
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/BeanBlockSource.java
 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/BeanBlockSource.java
index e830912..3de8743 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/BeanBlockSource.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/BeanBlockSource.java
@@ -1,4 +1,4 @@
-// Copyright 2007, 2008 The Apache Software Foundation
+// Copyright 2007-2013 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ import org.apache.tapestry5.ioc.annotations.UsesConfiguration;
  * org.apache.tapestry5.services.BeanBlockOverrideSource} service allows these 
to be overridden.
  *
  * @see org.apache.tapestry5.services.DataTypeAnalyzer
- * @see 
org.apache.tapestry5.services.TapestryModule#provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration)
+ * @see 
org.apache.tapestry5.modules.TapestryModule#provideDefaultBeanBlocks(org.apache.tapestry5.ioc.Configuration)
  */
 @UsesConfiguration(BeanBlockContribution.class)
 public interface BeanBlockSource

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e764c95b/tapestry-core/src/main/java/org/apache/tapestry5/services/MarkupRendererFilter.java
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/MarkupRendererFilter.java
 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/MarkupRendererFilter.java
index 6b79900..0803eca 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/MarkupRendererFilter.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/MarkupRendererFilter.java
@@ -1,4 +1,4 @@
-// Copyright 2007, 2011 The Apache Software Foundation
+// Copyright 2007-2013 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import org.apache.tapestry5.MarkupWriter;
  * and/or after the main rendering process. Typically, this is to allow for 
the placement of
  * {@linkplain org.apache.tapestry5.services.Environment environmental 
services}.
  * 
- * @see org.apache.tapestry5.services.TapestryModule#contributeMarkupRenderer
+ * @see org.apache.tapestry5.modules.TapestryModule#contributeMarkupRenderer
  */
 public interface MarkupRendererFilter
 {

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e764c95b/tapestry-core/src/main/java/org/apache/tapestry5/services/PartialMarkupRendererFilter.java
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/PartialMarkupRendererFilter.java
 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/PartialMarkupRendererFilter.java
index 8cb87ad..1c0ce7c 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/services/PartialMarkupRendererFilter.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/services/PartialMarkupRendererFilter.java
@@ -1,4 +1,4 @@
-// Copyright 2007, 2011 The Apache Software Foundation
+// Copyright 2007-2013 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ import org.apache.tapestry5.json.JSONObject;
  * filters are often in place so as to contribute {@link 
org.apache.tapestry5.annotations.Environmental} services to the
  * pages and components that render.
  * 
- * @see 
org.apache.tapestry5.services.TapestryModule#contributePartialMarkupRenderer
+ * @see 
org.apache.tapestry5.modules.TapestryModule#contributePartialMarkupRenderer
  */
 public interface PartialMarkupRendererFilter
 {

Reply via email to