1 parent af6d655 commit 28fd9e9Copy full SHA for 28fd9e9
1 file changed
src/main/java/g3801_3900/s3885_design_event_manager/EventManager.java
@@ -63,7 +63,9 @@ public static class Pair {
63
}
64
65
66
-/**
67
- * Your EventManager object will be instantiated and called as such: EventManager obj = new
68
- * EventManager(events); obj.updatePriority(eventId,newPriority); int param_2 = obj.pollHighest();
+/*
+ * Your EventManager object will be instantiated and called as such:
+ * EventManager obj = new EventManager(events);
69
+ * obj.updatePriority(eventId,newPriority);
70
+ * int param_2 = obj.pollHighest();
71
*/
0 commit comments