01: /* 02: * Created on Dec 28, 2004 03: * 04: */ 05: package com.memoire.vainstall; 06: 07: /** 08: * @author fred 09: * 10: */ 11: public final class VAConstant { 12: 13: private VAConstant() { 14: 15: } 16: 17: public static final String LINE_SEP = System 18: .getProperty("line.separator"); 19: 20: }