eclipse plugin: missed the 'static' keyword for the wanted behavior

This commit is contained in:
Timotei Dolean 2011-07-08 21:10:50 +00:00
parent 12183364f7
commit 19ca8740d7

View file

@ -30,7 +30,7 @@ public class AddonUploadPreferencePage extends AbstractPreferencePage
*/
public final static Map<String, String> ADDON_SERVER_PORTS = new HashMap<String, String>( );
{
static {
ADDON_SERVER_PORTS.put("15002", "1.9.x"); //$NON-NLS-1$ //$NON-NLS-2$
ADDON_SERVER_PORTS.put("15001", "1.8.x"); //$NON-NLS-1$ //$NON-NLS-2$
ADDON_SERVER_PORTS.put("15003", "1.6.x"); //$NON-NLS-1$ //$NON-NLS-2$