BAEL-2151 code moved to algorithms module (#5141)

This commit is contained in:
Predrag Maric
2018-09-02 12:06:04 +02:00
committed by GitHub
parent c0b78ee35e
commit a32904fc19
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package com.baeldung.linesintersection;
package com.baeldung.algorithms.linesintersection;
import java.awt.Point;
import java.util.Optional;

View File

@@ -1,4 +1,4 @@
package com.baeldung.linesintersection;
package com.baeldung.algorithms.linesintersection;
import java.awt.Point;
import java.util.Optional;