Updated Branches:
  refs/heads/master 36f458b63 -> 5a834eb85

Removed non-present annotations


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/5a834eb8
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/5a834eb8
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/5a834eb8

Branch: refs/heads/master
Commit: 5a834eb85c214d88c5e8eae25f6e239884d011dd
Parents: 36f458b
Author: Kristian Rosenvold <krosenv...@apache.org>
Authored: Thu May 30 07:40:27 2013 +0200
Committer: Kristian Rosenvold <krosenv...@apache.org>
Committed: Thu May 30 07:40:27 2013 +0200

----------------------------------------------------------------------
 .../apache/maven/surefire/booter/Classpath.java    |    3 +--
 .../maven/surefire/booter/KeyValueSource.java      |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5a834eb8/surefire-booter/src/main/java/org/apache/maven/surefire/booter/Classpath.java
----------------------------------------------------------------------
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 2fdb4eb..0656e33 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 @@ import java.util.List;
  *
  * A Classpath is immutable and thread safe.
  *
+ * Immutable and thread safe
  *
  * @author Kristian Rosenvold
  */
-@ThreadSafe
-@Immutable
 public class Classpath implements Iterable<String>
 {
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5a834eb8/surefire-booter/src/main/java/org/apache/maven/surefire/booter/KeyValueSource.java
----------------------------------------------------------------------
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 dd5e7e3..9abdb8e 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 @@ package org.apache.maven.surefire.booter;
 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
 {

Reply via email to