Make ArcForward non-public (hide implementation).
This commit is contained in:
джерело
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;
|
||||||
|
|
Завантаження…
Посилання в новій задачі