[virtualcommons-svn] SF.net SVN: virtualcommons:[440] mentalmodels/trunk/src/main/java/edu/asu/ co
Status: Beta
Brought to you by:
alllee
From: <see...@us...> - 2010-01-15 23:47:00
|
Revision: 440 http://virtualcommons.svn.sourceforge.net/virtualcommons/?rev=440&view=rev Author: seematalele Date: 2010-01-15 23:46:54 +0000 (Fri, 15 Jan 2010) Log Message: ----------- Modified Paths: -------------- mentalmodels/trunk/src/main/java/edu/asu/commons/mme/service/GameService.java Modified: mentalmodels/trunk/src/main/java/edu/asu/commons/mme/service/GameService.java =================================================================== --- mentalmodels/trunk/src/main/java/edu/asu/commons/mme/service/GameService.java 2010-01-15 23:40:43 UTC (rev 439) +++ mentalmodels/trunk/src/main/java/edu/asu/commons/mme/service/GameService.java 2010-01-15 23:46:54 UTC (rev 440) @@ -208,21 +208,6 @@ { getLogger().debug("game state is NOT null..."); block = newGameState.getCurrentBlock(); - - //test saving data in communication - //FIXME: Remove this part - if(newGameState.getCurrentBlock().getId() == 1) - { - Communication communication = new Communication(); - communication.setMessage("hello"); - - communication.setRound(newGameState.getCurrentRound()); - communication.setStudent(studentDao.find(1L)); - Timestamp time = null; - communication.setTimestamp(time); - communicationDao.save(communication); - - } initializeGame(newGameState); msgHandler.sendBlock(newGameState); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |