Cleaning up serialVersionUIDs
Change-Id: If7b8ed2d5f880734257230b8cbf4a9c7ebce9a96
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user