Skip to content

Commit

Permalink
Merge pull request iotoasis#350 from oblivion14/develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
oblivion14 authored Feb 2, 2017
2 parents 6cb91b3 + e37d980 commit bd1c391
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 bd1c391

Please sign in to comment.