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