Skip to content

Commit

Permalink
Removed non-present annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
krosenvold committed May 30, 2013
1 parent 36f458b commit 5a834eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -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<String>
{

Expand Down
Expand Up @@ -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
{
Expand Down

0 comments on commit 5a834eb

Please sign in to comment.