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