mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove trailing whitespace in Java source code
This commit is contained in:
@@ -101,7 +101,7 @@ public class CorsConfiguration {
|
||||
List<String> combined = new ArrayList<String>(source);
|
||||
combined.addAll(other);
|
||||
return combined;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure origins to allow, e.g. "http://domain1.com". The special value
|
||||
|
||||
Reference in New Issue
Block a user