added comment on implementation
This commit is contained in:
parent
36d2c4ac44
commit
71f3196048
@ -36,6 +36,7 @@ import com.google.refine.grel.Function;
|
||||
|
||||
public class Xor implements Function {
|
||||
|
||||
/* naive implementation of the XOR operation */
|
||||
@Override
|
||||
public Object call(Properties bindings, Object[] args) {
|
||||
if (args.length == 2 &&
|
||||
|
Loading…
Reference in New Issue
Block a user