feat: Add new feature

new-feature
Laila Haack 2025-05-14 14:08:33 +02:00
parent cecf8e1ce6
commit 8e7ae6b3a3
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;
}
}