From 6222bd6593739eaa09be986ccbab0d439786f5c1 Mon Sep 17 00:00:00 2001 From: Leonie Knebel <3017006@stud.hs-mannheim.de> Date: Wed, 14 May 2025 14:36:04 +0200 Subject: [PATCH] feat: Add new feature --- NewFeature.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 NewFeature.java diff --git a/NewFeature.java b/NewFeature.java new file mode 100644 index 0000000..c76acb2 --- /dev/null +++ b/NewFeature.java @@ -0,0 +1,7 @@ +public class NewFeature { + private String featureName; + + public String getFeature() { + return this.featureName; + } +}