Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-timofeev committed Jan 17, 2019
1 parent 16b6f6d commit 9c96b2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
*
* <p>A fork allows to perform
* a {@linkplain com.exonum.binding.transaction.Transaction transaction}: a number of independent
* writes to the database, which then may be <em>atomically</em> applied (i.e. committed) to the database and change the database state.
* writes to the database, which then may be <em>atomically</em> applied (i.e. committed)
* to the database and change the database state.
*/
public final class Fork extends View {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public interface ModificationCounter {
* Notifies this counter that the source object is modified, updating its current value.
*
* @throws IllegalStateException if this counter corresponds to a read-only (immutable) object,
* i.e., must reject any modification events
* i.e., must reject any modification events
*/
void notifyModified();
}

0 comments on commit 9c96b2e

Please sign in to comment.