Cleaning up serialVersionUIDs

Change-Id: If7b8ed2d5f880734257230b8cbf4a9c7ebce9a96
This commit is contained in:
Chad Horohoe
2012-08-16 13:22:37 -04:00
parent 848fbb38cd
commit 6d982fc28f
15 changed files with 2 additions and 24 deletions

View File

@@ -26,8 +26,6 @@ import com.googlecode.prolog_cafe.lang.Term;
/** Exports list of {@code commit_label( label('Code-Review', 2), user(12345789) )}. */
class PRED__load_commit_labels_1 extends Predicate.P1 {
private static final long serialVersionUID = 1L;
private static final SymbolTerm sym_commit_label = SymbolTerm.intern("commit_label", 2);
private static final SymbolTerm sym_label = SymbolTerm.intern("label", 2);
private static final SymbolTerm sym_user = SymbolTerm.intern("user", 1);