Fix a number of warnings that have crept in

Change-Id: Ic0515cf29377907266f051934eaf50dccc4dcc8b
This commit is contained in:
Shawn O. Pearce
2011-06-16 08:52:50 -07:00
parent d839297563
commit dc1f28f00c
15 changed files with 13 additions and 48 deletions

View File

@@ -40,6 +40,8 @@ import com.googlecode.prolog_cafe.lang.Term;
* </pre>
*/
class PRED_$current_user_2 extends Predicate.P2 {
private static final long serialVersionUID = 1L;
PRED_$current_user_2(Term a1, Term a2, Operation n) {
arg1 = a1;
arg2 = a2;

View File

@@ -24,6 +24,8 @@ 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);

View File

@@ -38,6 +38,8 @@ import com.googlecode.prolog_cafe.lang.Term;
* </pre>
*/
class PRED_$user_label_range_4 extends Predicate.P4 {
private static final long serialVersionUID = 1L;
PRED_$user_label_range_4(Term a1, Term a2, Term a3, Term a4, Operation n) {
arg1 = a1;
arg2 = a2;

View File

@@ -43,6 +43,8 @@ import java.util.List;
* </ul>
*/
class PRED_get_legacy_approval_types_1 extends Predicate.P1 {
private static final long serialVersionUID = 1L;
PRED_get_legacy_approval_types_1(Term a1, Operation n) {
arg1 = a1;
cont = n;