Skip to content

Commit

Permalink
Scripting: Actually add joda time back to whitelist (#35965)
Browse files Browse the repository at this point in the history
This commit actually loads the joda whitelist, which was missed in
  • Loading branch information
rjernst committed Nov 27, 2018
1 parent a0b319a commit 383713d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public final class Whitelist {
"java.util.txt",
"java.util.function.txt",
"java.util.regex.txt",
"java.util.stream.txt"
"java.util.stream.txt",
"joda.time.txt"
};

public static final List<Whitelist> BASE_WHITELISTS =
Expand Down

0 comments on commit 383713d

Please sign in to comment.