Compare commits
1 Commits
main
...
new-featur
| Author | SHA1 | Date |
|---|---|---|
|
|
60d4b9975c |
|
|
@ -0,0 +1,8 @@
|
||||||
|
public class NewFeature {
|
||||||
|
private String featureName;
|
||||||
|
|
||||||
|
public String getFeature() {
|
||||||
|
return this.featureName;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue