Merge pull request #949 from johnktims/master

Fix typo
This commit is contained in:
Timo Westkämper 2014-09-21 20:50:44 +03:00
commit 4a1fe630fc

View File

@ -21,7 +21,7 @@ import java.util.Map;
import javax.annotation.Nullable;
/**
* Annotations is a merging apapter for the {@link AnnotatedElement} interface
* Annotations is a merging adapter for the {@link AnnotatedElement} interface
*
* @author tiwe
*