Formats sorting for page in Game Hall.

This commit is contained in:
marcins78@gmail.com
2011-10-06 21:35:06 +00:00
parent 07805176b1
commit 8774cc4090

View File

@@ -21,7 +21,7 @@ public class HallServer extends AbstractServer {
private CollectionDAO _collectionDao;
private LotroServer _lotroServer;
private Map<String, String> _supportedFormatNames = new HashMap<String, String>();
private Map<String, String> _supportedFormatNames = new LinkedHashMap<String, String>();
private Map<String, LotroFormat> _supportedFormats = new HashMap<String, LotroFormat>();
private Map<String, String> _formatCollectionIds = new HashMap<String, String>();