Skip to content

Commit

Permalink
fix copyright
Browse files Browse the repository at this point in the history
Signed-off-by: aserkes <andrii.serkes@oracle.com>
  • Loading branch information
aserkes committed Mar 10, 2023
1 parent c2fe06d commit 92ce9de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, 2021 Oracle and/or its affiliates.
* Copyright (c) 2020, 2023 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -67,7 +67,7 @@ Map<String, String> properties() {
return properties;
}

public Map<String, String> userInputs() {
Map<String, String> userInputs() {
return userInputs;
}

Expand Down

0 comments on commit 92ce9de

Please sign in to comment.