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 authored and romain-grecourt committed Aug 4, 2023
1 parent 21a6e45 commit b21752e
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 b21752e

Please sign in to comment.