From 436f783a93cbe6440ceef7ad71c06e22c53d3af8 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Fri, 16 Jun 2017 10:50:48 -0500 Subject: Add api_filters for issues flagged in OSGi API Change-Id: I542dd7195b4156d856997d81780acd06006cc346 Signed-off-by: Thomas Watson --- bundles/org.eclipse.osgi/.settings/.api_filters | 220 +++++++++++++++++++++ .../eclipse/equinox/log/ExtendedLogService.java | 3 +- .../src/org/eclipse/equinox/log/Logger.java | 3 +- 3 files changed, 224 insertions(+), 2 deletions(-) create mode 100644 bundles/org.eclipse.osgi/.settings/.api_filters (limited to 'bundles') diff --git a/bundles/org.eclipse.osgi/.settings/.api_filters b/bundles/org.eclipse.osgi/.settings/.api_filters new file mode 100644 index 000000000..b7fb09582 --- /dev/null +++ b/bundles/org.eclipse.osgi/.settings/.api_filters @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java index 9b9b8f764..b208f80fb 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2011 IBM Corporation and others + * Copyright (c) 2006, 2017 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 @@ -16,6 +16,7 @@ import org.osgi.service.log.LogService; * @ThreadSafe * @see Logger * @since 3.7 + * @noimplement This interface is not intended to be implemented by clients. */ public interface ExtendedLogService extends LogService, Logger { diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/Logger.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/Logger.java index cb2954612..6ae08a4eb 100644 --- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/Logger.java +++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/Logger.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2011 IBM Corporation and others + * Copyright (c) 2006, 2017 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 @@ -15,6 +15,7 @@ import org.osgi.service.log.LogService; * @ThreadSafe * @see LogService * @since 3.7 + * @noimplement This interface is not intended to be implemented by clients. */ public interface Logger extends org.osgi.service.log.Logger { /** -- cgit v1.2.3