Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
12bb02cd15371de56345f8c3f101a208774487e8
[sdc.git]
/
1
package org.openecomp.sdcrests.vendorsoftwareproducts.types;
2
3
public enum ComponentRelationType {
4
dependsOn,
5
other
6
}