Skip to content

Commit

Permalink
Unbreak gh-pages builds
Browse files Browse the repository at this point in the history
Fixes:

The variable `{{1, 2, 3}` on line 74 in `bugpattern/ArrayHashCode.md` was not properly closed with `}}`. For more information, see https://help.github.com/articles/page-build-failed-tag-not-properly-terminated/.

MOE_MIGRATED_REVID=160659968
  • Loading branch information
cushon committed Jul 1, 2017
1 parent 2dde4f6 commit 047d7c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
name = "ArrayHashCode",
summary = "hashcode method on array does not hash array contents",
category = JDK,
severity = ERROR
severity = ERROR,
generateExamplesFromTestCases = false
)
public class ArrayHashCode extends BugChecker implements MethodInvocationTreeMatcher {

Expand Down

0 comments on commit 047d7c6

Please sign in to comment.