Skip to content

Commit

Permalink
Update Vector3D.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael-Dev-21 authored Oct 14, 2020
1 parent a513432 commit 1c61747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/br/com/rafael/math/vector/Vector3D.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
*/

import br.com.rafael.math.vector.Vector3D;
import java.io.Serializable;

public class Vector3D implements Cloneable, Comparable<Vector3D>, Serializable {
Expand Down

0 comments on commit 1c61747

Please sign in to comment.