summaryrefslogtreecommitdiffstats
path: root/logserver
diff options
context:
space:
mode:
Diffstat (limited to 'logserver')
-rw-r--r--logserver/src/main/java/com/yahoo/logserver/testutils/VerifyLogfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/logserver/src/main/java/com/yahoo/logserver/testutils/VerifyLogfile.java b/logserver/src/main/java/com/yahoo/logserver/testutils/VerifyLogfile.java
index 0c9af994c3d..ec99f99b930 100644
--- a/logserver/src/main/java/com/yahoo/logserver/testutils/VerifyLogfile.java
+++ b/logserver/src/main/java/com/yahoo/logserver/testutils/VerifyLogfile.java
@@ -17,7 +17,7 @@ import com.yahoo.log.LogMessage;
*
* @author Bjorn Borud
*/
-@SuppressWarnings({"deprecation","removal"}) // TODO Vespa 8: remove (com.yahoo.log.event)
+@SuppressWarnings("deprecation")
public class VerifyLogfile {
public static void main (String[] args) throws IOException {