Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buce committed Nov 9, 2011
1 parent c7f33c5 commit 4af9afd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions DatingClient/src/datingclient/Datingclient.java
Expand Up @@ -31,11 +31,8 @@ public static void main(String[] args) throws IOException {

for(int l=0;l<20;l++){
String temp;
if(l==16){
temp ="[1, 0, 1.0, 1.0, 0.0, 1, 0, 0, 0, 1, 0, 0]";
}else{
temp = generateRandomCandidates(noOfArrtributes).getValues().toString();
}

oS.socketWrite(temp);
System.out.println(temp);
System.out.println(oS.socketRead());
Expand Down

0 comments on commit 4af9afd

Please sign in to comment.