Skip to content

Commit

Permalink
make new public method private
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlerman committed Dec 22, 2023
1 parent 7289ff3 commit 2ad5adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void writeRecord(double timeCoordValue, CalendarDate obsDate, EarthLocati
writeRecord(timeName, timeCoordValue, obsDate, altName, loc, sdata);
}

public void writeRecord(String timeName, double timeCoordValue, CalendarDate obsDate, String altName,
private void writeRecord(String timeName, double timeCoordValue, CalendarDate obsDate, String altName,
EarthLocation loc, StructureData sdata) throws IOException {
trackBB(loc.getLatLon(), obsDate);

Expand Down

0 comments on commit 2ad5adc

Please sign in to comment.