package com.razorfish.platforms.intellivault.utils;
/**
* Created with IntelliJ IDEA.
* User: sean.steimer
* Date: 4/11/13
* Time: 7:10 PM
* To change this template use File | Settings | File Templates.
*/
public class IntelliVaultConstants {
/**
* private default constructor to preveent creation of instances
*/
private IntelliVaultConstants() {
//no instances
}
public static final String JCR_PATH_SEPERATOR = "/";
public static final String JCR_ROOT = "jcr_root";
}