Make ArcForward non-public (hide implementation).
This commit is contained in:
parent
04bddb0d34
commit
17fb363493
@ -9,7 +9,7 @@ import java.util.List;
|
||||
* arc implementation that stores data relative to the arc.
|
||||
*
|
||||
*/
|
||||
public class ArcForward implements Arc {
|
||||
class ArcForward implements Arc {
|
||||
|
||||
// Destination node.
|
||||
private final Node origin, destination;
|
||||
|
Loading…
Reference in New Issue
Block a user