Skip to content

Commit

Permalink
Update src/com/changeit/wmpolyfill/WebClientTouchUpdater.java
Browse files Browse the repository at this point in the history
update comments
  • Loading branch information
fastrde committed Aug 28, 2012
1 parent 0ea9cdb commit bae488d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/changeit/wmpolyfill/WebClientTouchUpdater.java
@@ -1,4 +1,3 @@

package com.changeit.wmpolyfill; package com.changeit.wmpolyfill;


import java.util.ArrayList; import java.util.ArrayList;
Expand All @@ -9,7 +8,7 @@


/** /**
* Class implements a TimerTask that sends the touches collected by WebClient to the WebApp * Class implements a TimerTask that sends the touches collected by WebClient to the WebApp
* @author fastr * @author fastrde
* *
*/ */
public class WebClientTouchUpdater extends TimerTask{ public class WebClientTouchUpdater extends TimerTask{
Expand Down

0 comments on commit bae488d

Please sign in to comment.