Remove GWT Annotations

The GWT UI was deprecated and removed from the master branch after the
2.16 release was cut. These annotations are leftovers that are no longer
needed.

Change-Id: I4cade217aef515647637df51820bd7f1c327bd21
This commit is contained in:
Patrick Hiesel
2019-03-14 18:20:35 +01:00
parent 7a82815691
commit 394998c366
11 changed files with 1 additions and 25 deletions

View File

@@ -16,7 +16,6 @@ package com.google.gerrit.common;
import static java.nio.charset.StandardCharsets.UTF_8;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.annotations.VisibleForTesting;
import com.google.common.flogger.FluentLogger;
import java.io.BufferedReader;
@@ -24,7 +23,6 @@ import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
@GwtIncompatible("Unemulated com.google.gerrit.common.Version")
public class Version {
private static final FluentLogger logger = FluentLogger.forEnclosingClass();