From b0f4cf06e9910cc4967b404df45b2edba390636c Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 22 Jan 2019 10:06:49 +0200 Subject: Bug 538717 - Update to felix.scr 2.1.14 Yet another compile warning. Change-Id: Ib0af75fb628e39dac039917362f2002e4c1fd858 Signed-off-by: Alexander Kurtakov --- .../src/org/eclipse/equinox/internal/ds/ScrServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.eclipse.equinox.ds/src/org/eclipse/equinox/internal/ds/ScrServiceImpl.java b/bundles/org.eclipse.equinox.ds/src/org/eclipse/equinox/internal/ds/ScrServiceImpl.java index a4ee8e76c..d122fdec0 100644 --- a/bundles/org.eclipse.equinox.ds/src/org/eclipse/equinox/internal/ds/ScrServiceImpl.java +++ b/bundles/org.eclipse.equinox.ds/src/org/eclipse/equinox/internal/ds/ScrServiceImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017 IBM Corporation and others. + * Copyright (c) 2017, 2019 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -204,7 +204,7 @@ public class ScrServiceImpl implements ScrService { } @Override - public ComponentInstance getComponentInstance() { + public ComponentInstance getComponentInstance() { throw new UnsupportedOperationException("Not supported."); //$NON-NLS-1$ } -- cgit v1.2.3