Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-04 13:21:30 +0000
committerAlexander Kurtakov2020-08-04 13:21:30 +0000
commit68ec003dd7a2d2073b739ac744008411926ea9dc (patch)
treed7066635c40ac546eed6b6fe4080bc52b39f9e08
parent2cc09f6bea84fe39f695c85db1144b61597b5157 (diff)
downloadeclipse.platform.ua-68ec003dd7a2d2073b739ac744008411926ea9dc.tar.gz
eclipse.platform.ua-68ec003dd7a2d2073b739ac744008411926ea9dc.tar.xz
eclipse.platform.ua-68ec003dd7a2d2073b739ac744008411926ea9dc.zip
Change-Id: Ic16b11b8c43ef4218f7d23221c6b8d994ae44c35 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.ua.tests.doc/src/org/eclipse/ua/tests/doc/internal/linkchecker/ApiDocTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ua.tests.doc/src/org/eclipse/ua/tests/doc/internal/linkchecker/ApiDocTest.java b/org.eclipse.ua.tests.doc/src/org/eclipse/ua/tests/doc/internal/linkchecker/ApiDocTest.java
index 7bf9a2a3b..1344e33e2 100644
--- a/org.eclipse.ua.tests.doc/src/org/eclipse/ua/tests/doc/internal/linkchecker/ApiDocTest.java
+++ b/org.eclipse.ua.tests.doc/src/org/eclipse/ua/tests/doc/internal/linkchecker/ApiDocTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2015, 2016 IBM Corporation and others.
+ * Copyright (c) 2015, 2020 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
@@ -184,7 +184,7 @@ public class ApiDocTest {
}
private static void checkExtensionPoints(Set<String> extIds, StringBuilder problems) throws Exception {
- Callable<BundleInfo[]> sourceBundlesCache= new Callable<BundleInfo[]>() {
+ Callable<BundleInfo[]> sourceBundlesCache = new Callable<>() {
private BundleInfo[] bundleInfos;
@Override

Back to the top