Skip to content

Commit

Permalink
Extract Version class from gerrit-server:server rule
Browse files Browse the repository at this point in the history
Change-Id: I411323e63c3c7caa07d448dca0c9317b7c54a37a
  • Loading branch information
davido authored and dborowitz committed Oct 31, 2017
1 parent c77011c commit 36daeea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@

import static java.nio.charset.StandardCharsets.UTF_8;

import com.google.common.annotations.GwtIncompatible;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@GwtIncompatible("Unemulated com.google.gerrit.common.Version")
public class Version {
private static final Logger log = LoggerFactory.getLogger(Version.class);
private static final String version;
Expand Down

0 comments on commit 36daeea

Please sign in to comment.