Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Making it public as it is used by the esb mediator.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmal070125 committed Apr 1, 2015
1 parent 93ae7a0 commit caea41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private void persistModel(long modelId, String modelName, MLModel model) throws
}
}

private MLModel retrieveModel(long modelId) throws MLModelBuilderException {
public MLModel retrieveModel(long modelId) throws MLModelBuilderException {
InputStream in = null;
ObjectInputStream ois = null;
try {
Expand Down

0 comments on commit caea41c

Please sign in to comment.