if ("NULL".equals(revision)) {
revision = null;
}
boolean inheritable = (res.getInt(5) == 1);
boolean negative = (res.getInt(6) == 1);
NodePermission permission =
new NodePermission(object, revision, subject, action, inheritable, negative);
permissions.add(permission);
}
} catch (SQLException e) {
throw createException(e, uri.toString());
} finally {