You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/14 06:30:01 UTC

[maven-doxia-sitetools] branch master updated: fixed typo

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a79b24  fixed typo
2a79b24 is described below

commit 2a79b244790cacb15b0ae5d8f36e0d508d033184
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Dec 14 07:29:59 2017 +0100

    fixed typo
---
 .../main/java/org/apache/maven/doxia/siterenderer/RenderingContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/RenderingContext.java b/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/RenderingContext.java
index 86ce0ba..dc99801 100644
--- a/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/RenderingContext.java
+++ b/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/RenderingContext.java
@@ -67,7 +67,7 @@ public class RenderingContext // TODO rename to DocumentRenderingContext
     @Deprecated
     public RenderingContext( File basedir, String document, String parserId, String extension )
     {
-        this( basedir, document, parserId, extension, false);
+        this( basedir, document, parserId, extension, false );
     }
 
     /**

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].