This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-framework
Watch
1
Star
0
Fork
0
You've already forked spring-framework
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e2852e7355167aaf23e73eb2d63d04b3e3c57322
spring-framework
/
spring-jms
/
src
History
Yanming Zhou
785ad399e9
Replace assertThat(x.iterator().next()) with assertThat(x).element(0)
...
Search for : assertThat\((.+).iterator\(\).next\(\)\) Replace with : assertThat($1).element(0)
2023-12-06 10:52:39 +08:00
..
main
Revert use of yield in switch expressions due to Eclipse compiler error
2023-12-04 16:47:25 +01:00
test
Replace assertThat(x.iterator().next()) with assertThat(x).element(0)
2023-12-06 10:52:39 +08:00