rendered paste bodyIndex: java/com/l2jserver/gameserver/model/olympiad/Olympiad.java
===================================================================
--- java/com/l2jserver/gameserver/model/olympiad/Olympiad.java (revision 4942)
+++ java/com/l2jserver/gameserver/model/olympiad/Olympiad.java (working copy)
@@ -1020,7 +1020,7 @@
public L2FastList<String> getClassLeaderBoard(int classId)
{
// if (_period != 1) return;
- final L2FastList<String> names = new L2FastList<>();
+ final L2FastList<String> names = new L2FastList<String>();
Connection con = null;
try
{