feat: Add new feature

main
Mark Podgorsek 2025-05-14 14:06:18 +02:00
parent 31f8ac998f
commit cd2e5621d6
1 changed files with 7 additions and 0 deletions

7
NewFeature.java 100644
View File

@ -0,0 +1,7 @@
public class NewFeature {
private String featureName;
public String getFeature() {
return this.featureName;
}
}