1 /*
2 * Here comes the text of your license
3 * Each line should be prefixed with *
4 */
5
6 package org.miloss.fgsms.presentation;
7
8 /**
9 *
10 * @author alex
11 */
12 public class PostBackConstants {
13 public static final String SLA="sla_";
14 }