Skip to content

Commit

Permalink
Fix checkstyle by removing trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
chiuki committed Mar 1, 2015
1 parent 2779255 commit 80dbcab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/java/dagger/Module.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
public @interface Module {
/**
* Returns classes that object graphs created with this module must be able to
* inject. This includes both classes passed to {@link ObjectGraph#get},
* the types of instances passed {@link ObjectGraph#inject} and
* {@link javax.inject.Inject} annotated classes that need to be scoped to the
* inject. This includes both classes passed to {@link ObjectGraph#get},
* the types of instances passed {@link ObjectGraph#inject} and
* {@link javax.inject.Inject} annotated classes that need to be scoped to the
* resulting object graphs.
*
* <p>It is an error to call {@link ObjectGraph#get} or {@link
Expand Down

0 comments on commit 80dbcab

Please sign in to comment.