Code Review
/
sandbox-vid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d75b41ee82711b799b61851aab568101fce9c90c
[sandbox-vid.git]
/
1
package org.opencomp.simulator.presetGenerator.presets.BasePresets;
2
3
/**
4
* Created by itzikliderman on 27/12/2017.
5
*/
6
public abstract class BaseAAIPreset extends BasePreset {
7
8
@Override
9
protected String getRootPath() {
10
return "/aai/v..";
11
}
12
}