Skip to content

Commit 8491efa

Browse files
committed
fix http url in license
1 parent c41900e commit 8491efa

File tree

2 files changed

+2
-2
lines changed
  • headless-services/spring-boot-language-server/src/test/resources/test-projects/test-feign-indexing

2 files changed

+2
-2
lines changed

headless-services/spring-boot-language-server/src/test/resources/test-projects/test-feign-indexing/mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
1010
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# https://www.apache.org/licenses/LICENSE-2.0
1212
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an

headless-services/spring-boot-language-server/src/test/resources/test-projects/test-feign-indexing/mvnw.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@REM "License"); you may not use this file except in compliance
99
@REM with the License. You may obtain a copy of the License at
1010
@REM
11-
@REM http://www.apache.org/licenses/LICENSE-2.0
11+
@REM https://www.apache.org/licenses/LICENSE-2.0
1212
@REM
1313
@REM Unless required by applicable law or agreed to in writing,
1414
@REM software distributed under the License is distributed on an

0 commit comments

Comments
 (0)