Skip to content

Commit

Permalink
Remove reference to Factory from tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbarumba committed Feb 4, 2019
1 parent 3e776fa commit 9f7b8fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorial.md
Expand Up @@ -139,7 +139,6 @@ public class IsNotANumber extends TypeSafeMatcher {
description.appendText("not a number");
}

@Factory
public static Matcher notANumber() {
return new IsNotANumber();
}
Expand Down

0 comments on commit 9f7b8fa

Please sign in to comment.