Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurugana committed Nov 26, 2020
1 parent 825c124 commit e32554b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/io/minio/messages/LifecycleRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public LifecycleRule(
&& transition == null) {
throw new IllegalArgumentException(
"At least one of action (AbortIncompleteMultipartUpload, Expiration, "
+ "NoncurrentVersionExpiration, NoncurrentVersionTransition or Transition) must to "
+ "be specified in a rule");
+ "NoncurrentVersionExpiration, NoncurrentVersionTransition or Transition) must be "
+ "specified in a rule");
}

if (id != null) {
Expand Down

0 comments on commit e32554b

Please sign in to comment.