added comment on implementation

This commit is contained in:
Jesus M. Castagnetto 2013-02-01 23:45:43 -05:00
parent 36d2c4ac44
commit 71f3196048

View File

@ -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 &&