Skip to content

Commit

Permalink
Remove class from public API (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown authored Jun 9, 2021
1 parent d8d8355 commit ed87942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.dhallj.core.Expr;

public final class Context {
final class Context {
private final String key;
private final Expr value;
private final Context tail;
Expand Down

0 comments on commit ed87942

Please sign in to comment.