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