Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2016-10-18 14:37:43 +0000
committerEike Stepper2016-10-18 14:37:43 +0000
commit6809f0af826be94b174d4e1a45d75e686813d267 (patch)
treed87e4bb9ac639941e9a0b9bcdf685498b2efb91d /plugins/org.eclipse.emf.cdo
parent0140fb258a1ff10a3541c0eb74052544c591535a (diff)
downloadcdo-6809f0af826be94b174d4e1a45d75e686813d267.tar.gz
cdo-6809f0af826be94b174d4e1a45d75e686813d267.tar.xz
cdo-6809f0af826be94b174d4e1a45d75e686813d267.zip
[Releng] Reformat code
Diffstat (limited to 'plugins/org.eclipse.emf.cdo')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/PluginContainerViewProvider.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/PluginContainerViewProvider.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/PluginContainerViewProvider.java
index c2a6278e5b..250e2e3c4a 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/PluginContainerViewProvider.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/PluginContainerViewProvider.java
@@ -36,9 +36,9 @@ public class PluginContainerViewProvider extends ManagedContainerViewProvider
{
public static final CDOViewProvider INSTANCE = new PluginContainerViewProvider();
- private final static String REGEX = "cdo:.*"; //$NON-NLS-1$
+ private static final String REGEX = "cdo:.*"; //$NON-NLS-1$
- private final static int PRIORITY = DEFAULT_PRIORITY - 200;
+ private static final int PRIORITY = DEFAULT_PRIORITY - 200;
public PluginContainerViewProvider()
{

Back to the top