You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file "RegularLevel.java", near the line 680 there are a line tha says:
room = new HashSet (( Collection<? extends Room>) bundle.getCollection("rooms"));
But the compiler trows an error of incompatible casting.
The text was updated successfully, but these errors were encountered:
In the file "RegularLevel.java", near the line 680 there are a line tha says:
room = new HashSet (( Collection<? extends Room>) bundle.getCollection("rooms"));
But the compiler trows an error of incompatible casting.
The text was updated successfully, but these errors were encountered: