Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Schrab <[email protected]>
  • Loading branch information
kschrab committed May 4, 2022
1 parent 85a6ba6 commit ea51a60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
import org.eclipse.mosaic.lib.geo.GeoPoint;
import org.eclipse.mosaic.lib.util.objects.Position;

import jdk.nashorn.internal.ir.annotations.Immutable;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;

import java.io.Serializable;
import javax.annotation.concurrent.Immutable;

/**
* A container class holding basic information about a surrounding or detected vehicle object.
Expand Down

0 comments on commit ea51a60

Please sign in to comment.