Skip to content

Commit 3ccc1aa

Browse files
committed
Move MarkerGson into its own package
1 parent 29e84ed commit 3ccc1aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/de/bluecolored/bluemap/api/markers/MarkerGson.java renamed to src/main/java/de/bluecolored/bluemap/api/gson/MarkerGson.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
* THE SOFTWARE.
2424
*/
25-
package de.bluecolored.bluemap.api.markers;
25+
package de.bluecolored.bluemap.api.gson;
2626

2727
import com.flowpowered.math.vector.Vector2d;
2828
import com.flowpowered.math.vector.Vector2i;
@@ -32,6 +32,7 @@
3232
import com.google.gson.stream.JsonReader;
3333
import com.google.gson.stream.JsonToken;
3434
import com.google.gson.stream.JsonWriter;
35+
import de.bluecolored.bluemap.api.markers.*;
3536
import de.bluecolored.bluemap.api.math.Color;
3637
import de.bluecolored.bluemap.api.math.Line;
3738
import de.bluecolored.bluemap.api.math.Shape;

0 commit comments

Comments
 (0)