summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-android/src/services/Commons.java
blob: df51c38b5e292e4420fedd81d2b920639add9fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * 
 */
package services;

/**
 * @author Lookouster
 *
 */
public class Commons {
	
	public static final String TAG="Tuscany";
	public static final String DEL="HTTP DELETE ";
	public static final String PST="HTTP POST ";
	

}