Skip to content

Commit

Permalink
Remove DummyMetadata
Browse files Browse the repository at this point in the history
Prefer AbstractMockMetadata over DummyMetadata.
  • Loading branch information
kokosing committed Nov 7, 2017
1 parent 9cc98fb commit 9f23635
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 435 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
public abstract class AbstractMockMetadata
implements Metadata
{
public static Metadata dummyMetadata()
{
return new AbstractMockMetadata() {};
}

@Override
public void verifyComparableOrderableContract()
{
Expand Down

0 comments on commit 9f23635

Please sign in to comment.