package com.tradecloud.domain.configuration;
/**
* Created by IntelliJ IDEA.
* User: ds
* Date: 2013/07/19
* Time: 8:19 AM
* To change this template use File | Settings | File Templates.
*/
public final class SyncingConfig {
public static final String PRODUCT_SYNC_STARTING_POINT = "product.sync.starting.point";
}