feat: Add new-feature branch and add NewFeature.java file
parent
2452c7259e
commit
1a652dd896
|
|
@ -0,0 +1,7 @@
|
|||
public class NewFeature {
|
||||
private String featureName;
|
||||
|
||||
public String getFeature() {
|
||||
return this.featureName;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue