Clean up various warnings
This patch removes the obsolete imports and updates some of the deprecated API. Change-Id: I2c077e786b6acbb0fcbfae053a538757224281a8
This commit is contained in:
@@ -27,7 +27,6 @@ import com.googlecode.prolog_cafe.lang.SymbolTerm;
|
||||
import com.googlecode.prolog_cafe.lang.Term;
|
||||
|
||||
abstract class AbstractCommitUserIdentityPredicate extends Predicate.P3 {
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final SymbolTerm user = SymbolTerm.intern("user", 1);
|
||||
private static final SymbolTerm anonymous = SymbolTerm.intern("anonymous");
|
||||
|
||||
|
Reference in New Issue
Block a user