Skip to content

Commit

Permalink
Mark the old DisLogger class as deprecated
Browse files Browse the repository at this point in the history
All the classes in the edu.nps.moves.logger package have't worked in a
while and I can't see a strong use case to fix and maintain them.
An alternative no-code option would be to use WireShark to record a
network pcap and replay it.
  • Loading branch information
leif81 committed Feb 8, 2025
1 parent bd44e7d commit 98ce584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/edu/nps/moves/logger/DisLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @author DMcG
* @version $Id:$
*/
@Deprecated
public class DisLogger implements Runnable {

/** Maximum PDU size. Theoretically this can be 8K or more, but all our stuff is smaller */
Expand Down
1 change: 1 addition & 0 deletions src/main/java/edu/nps/moves/logger/LogReplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class LogReplay

private int count = 0;

@Deprecated
public LogReplay(Properties properties)
{
configuration = properties;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/edu/nps/moves/logger/LogWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author mcgredo
* @version $Id:$
*/
@Deprecated
public class LogWriter implements Runnable {

String exerciseName;
Expand Down

0 comments on commit 98ce584

Please sign in to comment.