Skip to content

Commit

Permalink
Removed unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Feb 13, 2025
1 parent c49981e commit 607760b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/us/mn/state/dot/tms/server/VehicleEventLog.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IRIS -- Intelligent Roadway Information System
* Copyright (C) 2006-2024 Minnesota Department of Transportation
* Copyright (C) 2006-2025 Minnesota Department of Transportation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -21,7 +21,6 @@
import us.mn.state.dot.sched.Job;
import us.mn.state.dot.sched.TimeSteward;
import us.mn.state.dot.tms.SystemAttrEnum;
import static us.mn.state.dot.tms.server.Constants.MISSING_DATA;
import static us.mn.state.dot.tms.server.MainServer.FLUSH;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* IRIS -- Intelligent Roadway Information System
* Copyright (C) 2004-2021 Minnesota Department of Transportation
* Copyright (C) 2004-2025 Minnesota Department of Transportation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -17,7 +17,6 @@
import java.io.IOException;
import java.util.Date;
import us.mn.state.dot.tms.VehLengthClass;
import static us.mn.state.dot.tms.server.Constants.MISSING_DATA;
import us.mn.state.dot.tms.server.ControllerImpl;
import us.mn.state.dot.tms.server.comm.CommMessage;
import us.mn.state.dot.tms.server.comm.PriorityLevel;
Expand Down

0 comments on commit 607760b

Please sign in to comment.