Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b9a27faeefe26e76252c4bebf740bddedcd7c029
[sdc.git]
/
1
package org.openecomp.core.tools.importinfo;
2
3
import java.io.File;
4
5
public class ImportProperties {
6
public static final String ROOT_DIRECTORY = System.getProperty("user.home")+File.separator+ "onboarding_import";
7
}