From 5a834eb85c214d88c5e8eae25f6e239884d011dd Mon Sep 17 00:00:00 2001 From: Kristian Rosenvold Date: Thu, 30 May 2013 07:40:27 +0200 Subject: [PATCH] Removed non-present annotations --- .../main/java/org/apache/maven/surefire/booter/Classpath.java | 3 +-- .../java/org/apache/maven/surefire/booter/KeyValueSource.java | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/Classpath.java b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/Classpath.java index 2fdb4eba16..0656e33ed0 100644 --- a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/Classpath.java +++ b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/Classpath.java @@ -38,11 +38,10 @@ * * A Classpath is immutable and thread safe. * + * Immutable and thread safe * * @author Kristian Rosenvold */ -@ThreadSafe -@Immutable public class Classpath implements Iterable { diff --git a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/KeyValueSource.java b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/KeyValueSource.java index dd5e7e3364..9abdb8eaf8 100644 --- a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/KeyValueSource.java +++ b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/KeyValueSource.java @@ -21,7 +21,7 @@ import java.util.Map; /** - * A key-value source obeying the geneal constrains of java.util.Properties + * A key-value source obeying the general constrains of java.util.Properties */ public interface KeyValueSource {