Skip to content

Commit

Permalink
Fix utility class check
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Nov 16, 2016
1 parent 5525604 commit d3fca89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public final class FlowableTransformers {
/** Utility class. */
private FlowableTransformers() {
throw new IllegalStateException("No instance!");
throw new IllegalStateException("No instances!");
}

/**
Expand Down

0 comments on commit d3fca89

Please sign in to comment.