Skip to content

Commit

Permalink
Update src/main/java/org/biscuitsec/biscuit/datalog/SymbolTable.java
Browse files Browse the repository at this point in the history
Co-authored-by: Aurélien Mino <[email protected]>
  • Loading branch information
Geal and murdos authored May 1, 2024
1 parent ee11ee6 commit 2cf6c01
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ public SymbolTable(SymbolTable s) {

public SymbolTable(List<String> symbols) {
this.symbols = new ArrayList<>(symbols);
this.symbols.addAll(symbols);
this.publicKeys = new ArrayList<>();
}

Expand Down

0 comments on commit 2cf6c01

Please sign in to comment.