Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugModelMessages.java')
-rw-r--r--org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugModelMessages.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugModelMessages.java b/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugModelMessages.java
index 76b049ef2..e949deeae 100644
--- a/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugModelMessages.java
+++ b/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugModelMessages.java
@@ -57,8 +57,8 @@ public class JDIDebugModelMessages extends NLS {
public static String JDIDebugTarget_Unable_to_create_class_prepare_request___VM_disconnected__2;
public static String JDIDebugTarget_Unable_to_create_class_prepare_request__3;
public static String JDIDebugTarget_Unable_to_retrieve_types___VM_disconnected__4;
- public static String JDIDebugTarget_0;
-
+ public static String JDIDebugTarget_0;
+
public static String JDIFieldVariable_exception_modifying_value;
public static String JDIFieldVariable_exception_retrieving_field_name;
public static String JDIFieldVariable_exception_retrieving_field_signature;
@@ -199,7 +199,7 @@ public class JDIDebugModelMessages extends NLS {
public static String JDIReferenceType_2;
public static String JDIReferenceType_3;
public static String JDIReferenceType_0;
- public static String JDIReferenceType_1;
+ public static String JDIReferenceType_1;
public static String JDIStackFrame_25;
static {
@@ -209,7 +209,7 @@ public class JDIDebugModelMessages extends NLS {
public static String JDIStackFrame_0;
- public static String JDIFieldVariable_0;
+ public static String JDIFieldVariable_0;
public static String JDIReferenceType_4;

Back to the top