Skip to content

Commit

Permalink
(#75) JavaDoc changed. New puzzle added.
Browse files Browse the repository at this point in the history
  • Loading branch information
borysfan committed Jan 27, 2019
1 parent f6e4c3b commit e8eeeb1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
import org.hamcrest.TypeSafeMatcher;

/**
* A wrapper class for {@link TypeSafeMatcher}.
* Matcher Envelope.
* @param <T> The type of the Matcher.
* @since 1.0.0
* @todo #75:30min Refactor other matchers to extend MatcherEnvelope.
* Please refer to InputHasContent as the example.
*/
public abstract class MatcherEnvelope<T> extends TypeSafeMatcher<T> {

Expand Down

0 comments on commit e8eeeb1

Please sign in to comment.