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