Make ArcForward non-public (hide implementation).
Этот коммит содержится в:
родитель
04bddb0d34
коммит
17fb363493
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -9,7 +9,7 @@ import java.util.List;
|
||||||
* arc implementation that stores data relative to the arc.
|
* arc implementation that stores data relative to the arc.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ArcForward implements Arc {
|
class ArcForward implements Arc {
|
||||||
|
|
||||||
// Destination node.
|
// Destination node.
|
||||||
private final Node origin, destination;
|
private final Node origin, destination;
|
||||||
|
|
Загрузка…
Сослаться в новой задаче