Skip to content

Commit 8712fdc

Browse files
committed
Polishing
1 parent cf3a25b commit 8712fdc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/support/ClassFilters.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ public int hashCode() {
211211
public String toString() {
212212
return "Negate " + this.original;
213213
}
214-
215214
}
216215

217216
}

spring-beans/src/main/java/org/springframework/beans/factory/aot/BeanDefinitionPropertyValueCodeGenerator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ else if (value instanceof BeanReference beanReference) {
569569
}
570570
}
571571

572+
572573
/**
573574
* {@link Delegate} for {@link TypedStringValue} types.
574575
*/

0 commit comments

Comments
 (0)