From 7a606637907476942c1f6686137ada6898d7eb14 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 26 Aug 2013 08:50:47 +0800 Subject: purged the repo --- .../.history/3a/c06b1bbd810d00131719b896d543f08c | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 client/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c06b1bbd810d00131719b896d543f08c (limited to 'client/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c06b1bbd810d00131719b896d543f08c') diff --git a/client/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c06b1bbd810d00131719b896d543f08c b/client/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c06b1bbd810d00131719b896d543f08c deleted file mode 100644 index c3fe034..0000000 --- a/client/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c06b1bbd810d00131719b896d543f08c +++ /dev/null @@ -1,23 +0,0 @@ -package com.macaroon.piztor; - -import java.util.HashMap; -import java.util.Vector; - -public class Infomation { - static String ip = "69.85.86.42"; - static int port = 9990; - static int token = -1; - static int myId = -1; - static int myGroup = -1; - class UserInfo { - int id; - double lat, lot; - } - - class Group { - int id; - Vector v; - } - - static HashMap mp; -} -- cgit v1.2.3