Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
55b8cf82d04df465e4714ed345e194f7c429c79d
[sdc.git]
/
1
package org.openecomp.sdcrests.item.types;
2
3
public enum ItemAction {
4
ARCHIVE,
5
RESTORE
6
}