Skip to content

Commit

Permalink
Added import java.net.InetAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
ishita9 committed Oct 4, 2024
1 parent 83999ce commit 0d70d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/edu/ucar/metviewer/MVBatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.ThreadContext;
import java.net.InetAddress;

public class MVBatch {

Expand Down
1 change: 1 addition & 0 deletions java/edu/ucar/metviewer/MVLoad.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import org.apache.logging.log4j.io.IoBuilder;
import org.apache.logging.log4j.ThreadContext;
import org.apache.logging.log4j.ThreadContext;
import java.net.InetAddress;

public class MVLoad {

Expand Down

0 comments on commit 0d70d92

Please sign in to comment.