eclipse plugin: missed the 'static' keyword for the wanted behavior
This commit is contained in:
parent
12183364f7
commit
19ca8740d7
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue