package com.tinkerpop.blueprints.impls.sparksee;
/**
* @author Marko A. Rodriguez (http://markorodriguez.com)
*/
class SparkseeTokens {
public static final String TYPE_EXCEPTION_MESSAGE = "Boolean, integer, long, string, floats, and doubles are the only supported property value types";
}