Skip to content

Commit 5609e07

Browse files
copytighy
1 parent 8d9f0f3 commit 5609e07

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/bundles/__artifactId__.bundle/src/main/java

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/bundles/__artifactId__.bundle/src/main/java/ExampleComponentOptions.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*******************************************************************************
22
* Copyright (c) 2025 Eurotech and/or its affiliates and others
3-
*
3+
*
44
* This program and the accompanying materials are made
55
* available under the terms of the Eclipse Public License 2.0
66
* which is available at https://www.eclipse.org/legal/epl-2.0/
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
9+
*
1010
* Contributors:
1111
* Eurotech
1212
*******************************************************************************/
@@ -25,7 +25,7 @@ public ExampleComponentOptions(final Map<String, Object> properties) {
2525
}
2626

2727
public String getExampleProperty() {
28-
return exampleProperty;
28+
return this.exampleProperty;
2929
}
3030

3131
}

0 commit comments

Comments
 (0)