Skip to content

Commit

Permalink
add updatePredefinedfields
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Serdar committed Nov 12, 2014
1 parent f22af40 commit 6b8e020
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import com.redhat.lightblue.query.Sort;
import com.redhat.lightblue.query.UpdateExpression;
import com.redhat.lightblue.util.Error;
import com.redhat.lightblue.util.JsonDoc;
import javax.sql.DataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -232,6 +233,9 @@ public MetadataListener getMetadataListener() {
return null;
}

@Override
public void updatePredefinedFields(CRUDOperationContext ctx,JsonDoc doc) {}

public JsonNodeFactory getNodeFactory() {
return nodeFactory;
}
Expand Down

0 comments on commit 6b8e020

Please sign in to comment.