All pastes #2083041 Raw Edit

Something

public text v1 · immutable
#2083041 ·published 2011-09-26 12:46 UTC
rendered paste body
Index: 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
 		{