This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git
commit 2277578acd73d99fb4e21aa9ff13bd7ca50a37f9 Author: Oliver Lietz <[email protected]> AuthorDate: Tue May 3 09:10:32 2016 +0000 fix typo git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1742074 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java index b969f26..646882d 100644 --- a/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java +++ b/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java @@ -53,7 +53,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * The <code>EclipseJavaCompiler</code> provides platform independant + * The <code>EclipseJavaCompiler</code> provides platform independent * Java compilation support using the Eclipse Java Compiler (org.eclipse.jdt). * */ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
