From 82fb03e1a065fc13a9dfa7dd2baa150beacbb985 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sat, 28 Apr 2012 16:57:39 -0700 Subject: [PATCH] Messages class is not API. --- core/org.eclipse.cdt.ui/.settings/.api_filters | 8 ++++++++ .../src/org/eclipse/cdt/ui/Messages.java | 14 ++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/core/org.eclipse.cdt.ui/.settings/.api_filters b/core/org.eclipse.cdt.ui/.settings/.api_filters index d75b37633f2..794eadd4c2e 100644 --- a/core/org.eclipse.cdt.ui/.settings/.api_filters +++ b/core/org.eclipse.cdt.ui/.settings/.api_filters @@ -1,5 +1,13 @@ + + + + + + + + diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/Messages.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/Messages.java index e8932fb8f89..e7c1c87d2dc 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/Messages.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/Messages.java @@ -1,28 +1,22 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 IBM Corporation and others. + * Copyright (c) 2007, 2012 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 * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * IBM - Initial API and implementation - * Markus Schorn (Wind River Systems) + * IBM - Initial API and implementation + * Markus Schorn (Wind River Systems) *******************************************************************************/ - package org.eclipse.cdt.ui; import org.eclipse.osgi.util.NLS; -public class Messages extends NLS { - /** @since 5.3 */ +class Messages extends NLS { public static String CDTSharedImages_MissingImage; - public static String CElementGrouping_includeGroupingLabel; - - /** @since 5.2 */ public static String CElementGrouping_macroGroupingLabel; - public static String CUIPlugin_jobStartMakeUI; static {