Skip to content
Snippets Groups Projects
Commit ebf1f5cd authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] javadoc

parent 74ca9192
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ import simkit.SimEntityBase;
* @see <a href="run/RunTwoCranesBerthOpenDis7Log.txt" target="_blank">RunTwoCranesBerthOpenDis7Log.txt</a>
* @see <a href="TwoCraneBerthsAssignment05.docx" target="_blank">TwoCraneBerthsAssignment05.docx</a>
* @see <a href="TwoCraneBerthsAssignment05Solution.docx" target="_blank">TwoCraneBerthsAssignment05Solution.docx</a>
* @author abuss@nps.edu@nps.edu
* @author abuss@nps.edu
* @author brutzman@nps.edu
*/
public class TwoCraneBerthsOpenDis7 extends SimEntityBase
......@@ -344,7 +344,7 @@ public class TwoCraneBerthsOpenDis7 extends SimEntityBase
berth.remove(ship);
firePropertyChange("berth", oldBerth, getBerth());
if (queue.size() > 0) {
if (!queue.isEmpty()) {
waitDelay("StartUnloadingOneCrane", 0.0, Priority.HIGH);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment