Skip to content

Commit

Permalink
Make variable final
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Feb 13, 2024
1 parent dd3dcb4 commit 24847fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class TestUpdateWmsServer {
private static final String DIR = "src/test/content/thredds/public/testdata/";
private static final Path SRC_FILE_1 = Paths.get(DIR, "testGridAsPoint.nc");
private static final Path SRC_FILE_2 = Paths.get(DIR, "testData.nc");
private static String FILENAME = "testUpdate.nc";
private static final String FILENAME = "testUpdate.nc";

@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder(new File(DIR));
Expand Down

0 comments on commit 24847fb

Please sign in to comment.