Skip to content

Commit f771603

Browse files
committed
Polishing
1 parent e441832 commit f771603

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

spring-context-indexer/src/main/java/org/springframework/context/index/processor/StereotypesProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2022 the original author or authors.
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.
@@ -22,6 +22,7 @@
2222

2323
/**
2424
* Provide the list of stereotypes that match an {@link Element}.
25+
*
2526
* <p>If an element has one or more stereotypes, it is referenced in the index
2627
* of candidate components and each stereotype can be queried individually.
2728
*

spring-core/src/main/java/org/springframework/core/io/Resource.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2022 the original author or authors.
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.
@@ -99,14 +99,14 @@ default boolean isFile() {
9999
/**
100100
* Return a URL handle for this resource.
101101
* @throws IOException if the resource cannot be resolved as URL,
102-
* i.e. if the resource is not available as descriptor
102+
* i.e. if the resource is not available as a descriptor
103103
*/
104104
URL getURL() throws IOException;
105105

106106
/**
107107
* Return a URI handle for this resource.
108108
* @throws IOException if the resource cannot be resolved as URI,
109-
* i.e. if the resource is not available as descriptor
109+
* i.e. if the resource is not available as a descriptor
110110
* @since 2.5
111111
*/
112112
URI getURI() throws IOException;

0 commit comments

Comments
 (0)