Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ui/ResourceSelectorWidgetMessages.java')
-rw-r--r--profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ui/ResourceSelectorWidgetMessages.java32
1 files changed, 16 insertions, 16 deletions
diff --git a/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ui/ResourceSelectorWidgetMessages.java b/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ui/ResourceSelectorWidgetMessages.java
index 61891aa3e5..e59f32c43b 100644
--- a/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ui/ResourceSelectorWidgetMessages.java
+++ b/profiling/org.eclipse.linuxtools.profiling.launch/src/org/eclipse/linuxtools/profiling/launch/ui/ResourceSelectorWidgetMessages.java
@@ -15,27 +15,27 @@ import org.eclipse.osgi.util.NLS;
* @since 2.0
*/
public class ResourceSelectorWidgetMessages extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.linuxtools.profiling.launch.ui.messages";//$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.linuxtools.profiling.launch.ui.messages";//$NON-NLS-1$
- public static String uriLabelText;
- public static String browseLabelText;
+ public static String uriLabelText;
+ public static String browseLabelText;
- public static String FileSystemSelectionArea_unrecognized_scheme;
+ public static String FileSystemSelectionArea_unrecognized_scheme;
- public static String FileSystemSelectionArea_exception_while_creating_runnable_class;
+ public static String FileSystemSelectionArea_exception_while_creating_runnable_class;
- public static String FileSystemSelectionArea_found_multiple_default_extensions;
- public static String fileSystemSelectionText;
+ public static String FileSystemSelectionArea_found_multiple_default_extensions;
+ public static String fileSystemSelectionText;
- public static String ResourceSelectorWidget_getSelectorProxy_returned_null;
- public static String ResourceSelectorWidget_invalid_location;
- public static String ResourceSelectorWidget_select;
- public static String ResourceSelectorWidget_unrecognize_resourceType;
- public static String ResourceSelectorWidget_unrecognized_resourceType;
+ public static String ResourceSelectorWidget_getSelectorProxy_returned_null;
+ public static String ResourceSelectorWidget_invalid_location;
+ public static String ResourceSelectorWidget_select;
+ public static String ResourceSelectorWidget_unrecognize_resourceType;
+ public static String ResourceSelectorWidget_unrecognized_resourceType;
- static {
- // load message values from bundle file
- NLS.initializeMessages(BUNDLE_NAME, ResourceSelectorWidgetMessages.class);
- }
+ static {
+ // load message values from bundle file
+ NLS.initializeMessages(BUNDLE_NAME, ResourceSelectorWidgetMessages.class);
+ }
}

Back to the top