Skip to content

Commit de2d808

Browse files
committed
Eliminate trailing whitespace in SpEL classes
1 parent 916e9d6 commit de2d808

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

spring-expression/src/main/java/org/springframework/expression/spel/ast/TypeReference.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* Represents a reference to a type, for example "T(String)" or "T(com.somewhere.Foo)"
27-
*
27+
*
2828
* @author Andy Clement
2929
*/
3030
public class TypeReference extends SpelNodeImpl {
@@ -79,5 +79,5 @@ public String toStringAST() {
7979
sb.append(")");
8080
return sb.toString();
8181
}
82-
82+
8383
}

0 commit comments

Comments
 (0)