Skip to content

Commit 42b11d2

Browse files
committed
Fix HTTPS violation in the ZipTransformer
1 parent bea8c88 commit 42b11d2

File tree

1 file changed

+3
-4
lines changed
  • spring-integration-zip/src/main/java/org/springframework/integration/zip/transformer

1 file changed

+3
-4
lines changed

spring-integration-zip/src/main/java/org/springframework/integration/zip/transformer/ZipTransformer.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@
3737
import org.springframework.util.StringUtils;
3838

3939
/**
40-
* {@link Transformer} implementation that applies a Zip transformation to the
41-
* message payload. Keep in mind that Zip entry timestamps are recorded only to
42-
* two 2 second precision:
40+
* {@link Transformer} implementation that applies a Zip transformation to the message payload.
41+
* Keep in mind that Zip entry timestamps are recorded only to 2 second precision:
4342
* <p>
44-
* See also: <a href="http://mindprod.com/jgloss/zip.html"/>
43+
* See also: <a href="https://www.mindprod.com/jgloss/zip.html"/>
4544
* <p>
4645
* If you want to generate Zip files larger than {@code 4GB}, you must use Java 7:
4746
* <p>

0 commit comments

Comments
 (0)