KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > memoire > vainstall > VAConstant


1 /*
2  * Created on Dec 28, 2004
3  *
4  */

5 package com.memoire.vainstall;
6
7 /**
8  * @author fred
9  *
10  */

11 public final class VAConstant {
12     
13     private VAConstant(){
14         
15     }
16     
17     public static final String JavaDoc LINE_SEP=System.getProperty("line.separator");
18
19 }
20
Popular Tags