Skip to content

Commit 92ce9de

Browse files
committed
fix copyright
Signed-off-by: aserkes <[email protected]>
1 parent c2fe06d commit 92ce9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archetype/engine-v1/src/main/java/io/helidon/build/archetype/engine/v1/FlowNodeControllers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2021 Oracle and/or its affiliates.
2+
* Copyright (c) 2020, 2023 Oracle and/or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -67,7 +67,7 @@ Map<String, String> properties() {
6767
return properties;
6868
}
6969

70-
public Map<String, String> userInputs() {
70+
Map<String, String> userInputs() {
7171
return userInputs;
7272
}
7373

0 commit comments

Comments
 (0)