Skip to content

Commit

Permalink
Use Java 7 versions of GZIPInputStream and GZIPOutputStream (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord authored May 28, 2024
2 parents 7fa03bf + 90e88ed commit b43318a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package com.cloudbees.hudson.plugins.folder.computed;

import com.infradna.tool.bridge_method_injector.WithBridgeMethods;
import com.jcraft.jzlib.GZIPInputStream;
import java.util.zip.GZIPInputStream;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import hudson.AbortException;
import hudson.BulkChange;
Expand Down

0 comments on commit b43318a

Please sign in to comment.