NewFeature.java hinzugefügt

main
Ufuk Atilgan 2025-05-14 13:51:31 +02:00
parent 1b54560df7
commit 2b650c0ed6
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;
}
}