Skip to content

Commit 4c70db9

Browse files
committed
fix lint and suggest updating
1 parent 7433dfa commit 4c70db9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,11 @@ public LifecycleRule(LifecycleAction action, LifecycleCondition condition) {
359359
&& condition.getNoncurrentTimeBefore() == null
360360
&& condition.getCustomTimeBefore() == null
361361
&& condition.getDaysSinceCustomTime() == null) {
362-
log.warning("Creating a lifecycle condition with no supported conditions:\n"
362+
log.warning(
363+
"Creating a lifecycle condition with no supported conditions:\n"
363364
+ this
364-
+ "\nAttempting to update with this rule may cause errors.");
365+
+ "\nAttempting to update with this rule may cause errors. Please update "
366+
+ " to the latest version of google-cloud-storage");
365367
}
366368

367369
this.lifecycleAction = action;

0 commit comments

Comments
 (0)