feat: Add new feature
parent
cecf8e1ce6
commit
8e7ae6b3a3
|
|
@ -0,0 +1,7 @@
|
|||
public class NewFeature {
|
||||
private String featureName;
|
||||
|
||||
public String getFeature() {
|
||||
return this.featureName;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue