Compare commits

..

No commits in common. "e1fde6bd5a9caa9ecb40f1d35da4f8bd751c2b1c" and "743e230f85a5c412897a172f261792b8b4e7adb2" have entirely different histories.

2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
package dev.peerat.backend.model;
import be.jeffcheasey88.peeratcode.mapping.Treasure;
@Treasure
public class Badge {
private String name;

View file

@ -10,6 +10,7 @@ import org.json.simple.JSONObject;
import be.jeffcheasey88.peeratcode.mapping.SeaBottle;
import be.jeffcheasey88.peeratcode.mapping.Treasure;
@Treasure
public class Group implements Comparable<Group> {
private String name;
private Integer linkToChapter;