Skip to content

Commit

Permalink
rename ConstSchema.ConstSchemaBuilder to Builder for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMcCullough committed Aug 17, 2022
1 parent c643d4f commit b0de46c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/src/main/java/org/everit/json/schema/ConstSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ protected Builder getBuilder()
return this;
}

@Override
protected Builder getBuilder()
{
return this;
}

@Override public ConstSchema build() {
return new ConstSchema(this);
}
Expand Down

0 comments on commit b0de46c

Please sign in to comment.