Deprecate outdated abstractions/delegates in core/util
Issue: SPR-15159
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2014 the original author or authors.
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -24,6 +24,7 @@ import static org.junit.Assert.*;
|
||||
* @author Rod Johnson
|
||||
* @author Sam Brannen
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class ControlFlowTests {
|
||||
|
||||
@Test
|
||||
@@ -33,6 +34,7 @@ public class ControlFlowTests {
|
||||
new Three().test();
|
||||
}
|
||||
|
||||
|
||||
static class One {
|
||||
|
||||
void test() {
|
||||
@@ -45,6 +47,7 @@ public class ControlFlowTests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static class Two {
|
||||
|
||||
void testing() {
|
||||
@@ -57,6 +60,7 @@ public class ControlFlowTests {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static class Three {
|
||||
|
||||
void test() {
|
||||
|
||||
Reference in New Issue
Block a user