Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tara Drwenski <[email protected]>
  • Loading branch information
WeatherGod and tdrwenski committed May 7, 2024
1 parent 07e9ec3 commit 610b1fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cdm/misc/src/test/java/ucar/nc2/geotiff/TestIFDEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
import org.junit.runners.Parameterized;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.*;
import java.lang.ReflectiveOperationException;
import java.lang.invoke.MethodHandles;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

/**
Expand All @@ -30,9 +28,8 @@
@RunWith(Parameterized.class)
public class TestIFDEntry {
private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
public IFDEntry ifd;
// Because we are dealing with reflection
public int testValue;
private final IFDEntry ifd;
private final int testValue;

@Parameterized.Parameters(name = "{0}_{1}")
public static List<Object[]> getTestParameters() {
Expand Down

0 comments on commit 610b1fb

Please sign in to comment.