Repository: maven-aether Updated Branches: refs/heads/ant-tasks [created] b0c44ddfd
Polished code Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/b25ac6c6 Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/b25ac6c6 Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/b25ac6c6 Branch: refs/heads/ant-tasks Commit: b25ac6c6a128b2de57ecda2451c00aab907c61de Parents: 4ab45b8 Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Thu Jan 2 16:35:15 2014 +0100 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Thu Jan 2 16:35:15 2014 +0100 ---------------------------------------------------------------------- src/main/java/org/eclipse/aether/ant/Names.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b25ac6c6/src/main/java/org/eclipse/aether/ant/Names.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/eclipse/aether/ant/Names.java b/src/main/java/org/eclipse/aether/ant/Names.java index ed854ee..c806bf6 100644 --- a/src/main/java/org/eclipse/aether/ant/Names.java +++ b/src/main/java/org/eclipse/aether/ant/Names.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2010, 2011 Sonatype, Inc. + * Copyright (c) 2010, 2014 Sonatype, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -10,9 +10,13 @@ *******************************************************************************/ package org.eclipse.aether.ant; -public class Names +public final class Names { + private Names() + { + // hide constructor + } public static final String ID = "aether";