File tree 3 files changed +8
-7
lines changed
spring-context-indexer/src/main/java/org/springframework/context/index/processor
spring-core/src/main/java/org/springframework/core/io
spring-jdbc/src/main/java/org/springframework/jdbc/support
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
23
23
/**
24
24
* Provide the list of stereotypes that match an {@link Element}.
25
- * If an element has one more stereotypes, it is referenced in the index
25
+ *
26
+ * <p>If an element has one or more stereotypes, it is referenced in the index
26
27
* of candidate components and each stereotype can be queried individually.
27
28
*
28
29
* @author Stephane Nicoll
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -99,14 +99,14 @@ default boolean isFile() {
99
99
/**
100
100
* Return a URL handle for this resource.
101
101
* @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
103
103
*/
104
104
URL getURL () throws IOException ;
105
105
106
106
/**
107
107
* Return a URI handle for this resource.
108
108
* @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
110
110
* @since 2.5
111
111
*/
112
112
URI getURI () throws IOException ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2017 the original author or authors.
2
+ * Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
53
53
* @author Juergen Hoeller
54
54
* @since 2.5
55
55
* @see java.sql.SQLTransientException
56
- * @see java.sql.SQLTransientException
56
+ * @see java.sql.SQLNonTransientException
57
57
* @see java.sql.SQLRecoverableException
58
58
*/
59
59
public class SQLExceptionSubclassTranslator extends AbstractFallbackSQLExceptionTranslator {
You can’t perform that action at this time.
0 commit comments