Skip to content

Commit c70a81a

Browse files
committed
Javadoc fixes
1 parent 3c709a7 commit c70a81a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2013 the original author or authors.
2+
* Copyright 2002-2014 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.
@@ -119,7 +119,7 @@ public static boolean isFullConfigurationCandidate(AnnotationMetadata metadata)
119119

120120
/**
121121
* Check the given metadata for a lite configuration class candidate
122-
* (i.e. a class annotated with {@code @Component} or just having
122+
* (e.g. a class annotated with {@code @Component} or just having
123123
* {@code @Import} declarations or {@code @Bean methods}).
124124
* @param metadata the metadata of the annotated class
125125
* @return {@code true} if the given class is to be processed as a lite

spring-web/src/main/java/org/springframework/web/context/request/ServletWebRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public ServletWebRequest(HttpServletRequest request, HttpServletResponse respons
7777

7878

7979
/**
80-
* Exposes the native {@link HttpServletRequest} that we're wrapping (if any).
80+
* Exposes the native {@link HttpServletResponse} that we're wrapping (if any).
8181
*/
8282
public final HttpServletResponse getResponse() {
8383
return this.response;

0 commit comments

Comments
 (0)