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