This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.webconsole-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webconsole.git
commit 9d02740188bdc40529cc6847e8e2ece54bb1b4e3 Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Jan 7 19:38:32 2010 +0000 Correct package git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webconsole@896978 13f79535-47bb-0310-9956-ffa450edef68 --- .../jcr/webconsole/internal/NamespaceConfigurationPrinter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java b/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java index d35b5a4..c9342a1 100644 --- a/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java +++ b/src/main/java/org/apache/sling/jcr/webconsole/internal/NamespaceConfigurationPrinter.java @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.sling.jcr.webconsole.internal.webconsole; +package org.apache.sling.jcr.webconsole.internal; import java.io.PrintWriter; @@ -48,7 +48,7 @@ public class NamespaceConfigurationPrinter implements ConfigurationPrinter { /** * Get the title of the configuration status page. - * + * * @return the title */ public String getTitle() { @@ -57,7 +57,7 @@ public class NamespaceConfigurationPrinter implements ConfigurationPrinter { /** * Output a list of namespace prefixes and URIs from the NamespaceRegistry. - * + * * @param pw a PrintWriter */ public void printConfiguration(PrintWriter pw) { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
