Skip to content
Snippets Groups Projects
Commit 7fa1339f authored by dansl's avatar dansl
Browse files

Commit Assignment 5 Sloan-Complete-Change Ship Variable to protected from private

parent 80bce50a
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ import simkit.Entity; ...@@ -15,7 +15,7 @@ import simkit.Entity;
*/ */
public final class Ship extends Entity { public final class Ship extends Entity {
private double remainingUnloadingTime; protected double remainingUnloadingTime;
/** /**
* Constructs a new Ship object with the specified remaining unloading time. * Constructs a new Ship object with the specified remaining unloading time.
......
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