Skip to content

Commit

Permalink
Merge pull request #375 from pahnjy/develop
Browse files Browse the repository at this point in the history
Service,ServiceModel 검색 API 수정 #373
  • Loading branch information
pahnjy authored Feb 10, 2017
2 parents b1b7678 + 66f0513 commit e1f8bdb
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ public DefaultSession(String id) {
public DefaultSession() {
id = UUID.randomUUID().toString();
sessionData = new HashMap<>();

mongoTime = new Date();
createDate = mongoTime.toString();
calculateTime = System.currentTimeMillis();

System.out.println("ahn");
System.out.println(mongoTime);
System.out.println(createDate);
System.out.println(calculateTime);
System.out.println("ahn");

}

public DefaultSession(String id, Map<String, String> sessionData) {
Expand Down

0 comments on commit e1f8bdb

Please sign in to comment.