Skip to content

Commit

Permalink
Closes #945: cr corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
madryk committed Dec 21, 2015
1 parent efbf90d commit b4e989b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public interface JudgmentRepository extends JudgmentCommonRepository<Judgment>,
public <S extends Judgment> S save(S judgment);

/**
* Saves all given {@link Judgment}s
* Saves all the given {@link Judgment}s
*/
public <S extends Judgment> List<S> save(Iterable<S> judgments);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public interface JudgmentRepositoryCustom extends IndexableObjectRepositoryCusto
public <S extends Judgment> S save(S judgment);

/**
* Saves all given {@link Judgment}s.
* Saves all the given {@link Judgment}s.
* Additionally it updates modification date and resets indexed flag
* for all of these judgments.
*/
Expand Down

0 comments on commit b4e989b

Please sign in to comment.