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