Make ArcForward non-public (hide implementation).

This commit is contained in:
Mikael Capelle 2018-03-07 16:51:26 +01:00
parent 04bddb0d34
commit 17fb363493

View File

@ -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;