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