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