From 7567afd251cc7cca15a8ee7954e0f47dc49046da Mon Sep 17 00:00:00 2001 From: LauLau731 Date: Wed, 14 May 2025 14:07:16 +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..9a54f87 --- /dev/null +++ b/NewFeature.java @@ -0,0 +1,7 @@ +public class NewFeature { + private String featurename; + + public String getFeature() { + return this.featureName; + } +}