Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-rest / org.opendaylight.nemo.tool.eclipse.plugin.rest / src / org / opendaylight / nemo / tool / eclipse / plugin / rest / actions / PostType.java
1 package org.opendaylight.nemo.tool.eclipse.plugin.rest.actions;
2
3 /**
4  * Created by hj on 10/29/15.
5  */
6 public enum PostType {
7     ADD,DELETE
8 }