Update: Checked over them; they seem to be Java interior stuff, so I will leave them alone. The one that was SimYukkuri was a comparator object that casts to Obj; I made it a Comparator<Obj> instead, since that was all it was supposed to do to begin with.
Several probably-meaningless unchecked comparison warnings come up whenever I build the code.
This is really just something to check out when too busy for anything else; the main reason I am sticking it as a ticket is to remind myself to look through them later.
Update: Checked over them; they seem to be Java interior stuff, so I will leave them alone. The one that was SimYukkuri was a comparator object that casts to Obj; I made it a Comparator<Obj> instead, since that was all it was supposed to do to begin with.
Several probably-meaningless unchecked comparison warnings come up whenever I build the code.
This is really just something to check out when too busy for anything else; the main reason I am sticking it as a ticket is to remind myself to look through them later.