Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jonathanpullano/LSI-Awesomeness
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpullano committed Apr 8, 2012
2 parents 97cc424 + 6c2f2a6 commit fcdb49d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion request/Form.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package request;

import identifiers.CookieVal;
import identifiers.FormData;

import java.io.IOException;

Expand Down
1 change: 0 additions & 1 deletion request/memberRefresh.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package request;

import identifiers.CookieVal;
import identifiers.FormData;

import java.io.IOException;

Expand Down
2 changes: 1 addition & 1 deletion server/SimpleDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import com.amazonaws.services.simpledb.model.SelectResult;
import com.amazonaws.services.simpledb.model.UpdateCondition;


public final class SimpleDB extends Thread {

public static final String MEMBER_LIST_DOMAIN = "CS5300PROJECT1BSDBMbrList9000";
Expand All @@ -40,6 +39,7 @@ public final class SimpleDB extends Thread {
private static String AttrName = "IPP";

//private static final HashSet<IPP> localMbrList = new HashSet<IPP>();

Set<IPP> localMbrList = Collections.newSetFromMap(new ConcurrentHashMap<IPP, Boolean>());
private static SimpleDB db = new SimpleDB();

Expand Down

0 comments on commit fcdb49d

Please sign in to comment.