Author: ltheussl
Date: Wed Jan 12 10:50:15 2011
New Revision: 1058063

URL: http://svn.apache.org/viewvc?rev=1058063&view=rev
Log:
typo

Modified:
    
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler.java

Modified: 
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler.java
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler.java?rev=1058063&r1=1058062&r2=1058063&view=diff
==============================================================================
--- 
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler.java
 (original)
+++ 
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler.java
 Wed Jan 12 10:50:15 2011
@@ -36,7 +36,7 @@ public interface DecorationModelInherita
      * Manage inheritance of the decoration model between a parent and child.
      *
      * Any relative links in the parent model will be re-based to work from 
the merged child
-     * model, otherwise no content from either the parent or child model 
should be modifiedjav.
+     * model, otherwise no content from either the parent or child model 
should be modified.
      *
      * @param name a name, used for breadcrumb.
      *      If the parent model contains breadcrumbs and the child doesn't,
@@ -64,7 +64,7 @@ public interface DecorationModelInherita
      * has a base URL that is equal to the given baseUrl, it is replaced by a 
relative link
      * with respect to that base.
      *
-     * @param decoration  the DecorationModel.
+     * @param decoration the DecorationModel.
      *      Not null.
      * @param baseUrl the base URL.
      *      May be null in which case the decoration model is unchanged.


Reply via email to