Suppress unchecked cast warning

feat/data-edit-commands
William 3 years ago
parent c9952a9863
commit bcc83c3818

@ -105,6 +105,7 @@ public class AdvancementUtils {
}
}
@SuppressWarnings("unchecked") // Suppress unchecked cast warnings here
public static Object newAdvancementProgress(final Map<String, Object> criteria) {
try {
Object nativeAdvancementProgress = ADVANCEMENT_PROGRESS.getDeclaredConstructor().newInstance();

Loading…
Cancel
Save