Merge pull request #3610 from arghya88/master

* pr/3610:
  Fix typo
This commit is contained in:
Stephane Nicoll
2015-07-28 10:39:44 +02:00

View File

@@ -22,7 +22,7 @@ import java.util.Set;
import javax.lang.model.type.TypeMirror;
/**
* Filter to excluded elements that don't make sense to process.
* Filter to exclude elements that don't make sense to process.
*
* @author Stephane Nicoll
* @author Andy Wilkinson