diff --git a/NewFeature.java b/NewFeature.java new file mode 100644 index 0000000..c76acb2 --- /dev/null +++ b/NewFeature.java @@ -0,0 +1,7 @@ +public class NewFeature { + private String featureName; + + public String getFeature() { + return this.featureName; + } +}