Skip to content

Commit

Permalink
Remove type inference for Java variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fgonzalezmendez committed Sep 2, 2024
1 parent d5e0b1c commit 8bb4a30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public void getAsWithStructuredMap() {
public void getAsWithStructuredArray() {
structuredTypeTest(
() -> {
var oldTimeZone = TimeZone.getDefault();
TimeZone oldTimeZone = TimeZone.getDefault();
try {
TimeZone.setDefault(TimeZone.getTimeZone("US/Pacific"));

Expand Down

0 comments on commit 8bb4a30

Please sign in to comment.