aboutsummaryrefslogtreecommitdiff
path: root/plugins/google-java-format/Immutable.java
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 18:01:52 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-11 18:30:24 -0500
commitbe9e36b89fd0a266010aa98fa4a3ff9d8572fce9 (patch)
tree81b6288b79501e33ce20ad8faf24f612a2ce7590 /plugins/google-java-format/Immutable.java
parentf0a16297ffe7719df9a7ba5dc7f75182d6371852 (diff)
downloadcbt-be9e36b89fd0a266010aa98fa4a3ff9d8572fce9.tar.gz
cbt-be9e36b89fd0a266010aa98fa4a3ff9d8572fce9.tar.bz2
cbt-be9e36b89fd0a266010aa98fa4a3ff9d8572fce9.zip
Google Java Format plugin
Diffstat (limited to 'plugins/google-java-format/Immutable.java')
-rw-r--r--plugins/google-java-format/Immutable.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/google-java-format/Immutable.java b/plugins/google-java-format/Immutable.java
new file mode 100644
index 0000000..5b3ff44
--- /dev/null
+++ b/plugins/google-java-format/Immutable.java
@@ -0,0 +1,5 @@
+package com.google.errorprone.annotations;
+// to suppress warning
+// "Class com.google.errorprone.annotations.Immutable not found - continuing with a stub."
+// there probably is a better solution
+public class Immutable{}