Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.java
index 1771f15a4..369eb5aa6 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/DebugUIViewsMessages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -23,15 +23,7 @@ public class DebugUIViewsMessages extends NLS {
public static String SourceNotFoundEditorInput_Source_Not_Found_1;
public static String SourceNotFoundEditorInput_Source_not_found_for__0__2;
- public static String BreakpointsView_6;
- public static String BreakpointsView_7;
- public static String BreakpointsView_8;
- public static String BreakpointsView_9;
- public static String BreakpointsView_0;
- public static String BreakpointsView_10;
- public static String BreakpointsView_11;
public static String BreakpointsView_12;
- public static String BreakpointsView_1;
public static String BreakpointWorkingSetPage_0;
public static String BreakpointWorkingSetPage_1;
public static String BreakpointWorkingSetPage_2;

Back to the top