Remove trailing whitespaces

Closes gh-1100
This commit is contained in:
Stephane Nicoll
2016-07-07 10:34:50 +02:00
parent 6aeaa1976d
commit 1103a9cd16

View File

@@ -5784,7 +5784,7 @@ other beans through a `Provider.get()` call. As a variant of the example above:
public class SimpleMovieLister {
private Provider<MovieFinder> movieFinder;
@Inject
public void setMovieFinder(Provider<MovieFinder> movieFinder) {
this.movieFinder = movieFinder;