Skip to content

Commit

Permalink
refactor: Make namespace/0 and fields/1 mandatory callback
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Nov 8, 2023
1 parent 89bbda4 commit 6de354f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hocon_schema.erl
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
-callback tags() -> [tag()].

-optional_callbacks([
namespace/0,
roots/0,
fields/1,
translations/0,
translation/1,
validations/0,
Expand Down

0 comments on commit 6de354f

Please sign in to comment.