Skip to content

Commit

Permalink
Adds default param to reduce noise in the logs during building
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed May 5, 2014
1 parent d35072c commit 086c0a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
*/
public class MockResult implements Result {

public static final String DEFAULT_PARAM = null;

@Override
public boolean equals(Object o) {
if (this == o) {
Expand Down

0 comments on commit 086c0a0

Please sign in to comment.