Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivion14 committed Feb 2, 2017
1 parent 04ac6b3 commit e37d980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static ProfileInternalProxy newProfileInternalProxy(){
public List<String> retrieveContextModelNameList() {
//
logger.info(LogPrint.outputInfoLogPrint());
List<String> contextModelNameList = contextModelPresentation.retrieveContextModelList();
List<String> contextModelNameList = contextModelPresentation.retrieveContextModelNameList();
return contextModelNameList;
}

Expand Down

0 comments on commit e37d980

Please sign in to comment.