Tidy whitespace in PackingUtils.java

master
Graham 4 years ago
parent b4c0865d7d
commit a6933982e6
  1. 6
      src/main/java/org/apache/harmony/pack200/PackingUtils.java

@ -88,7 +88,7 @@ public class PackingUtils {
/**
* When effort is 0, the packer copies through the original jar input stream
* without compression
*
*
* @param jarInputStream
* the jar input stream
* @param jarOutputStream
@ -120,7 +120,7 @@ public class PackingUtils {
/**
* When effort is 0, the packer copys through the original jar file without
* compression
*
*
* @param jarFile
* the input jar file
* @param jarOutputStream
@ -254,4 +254,4 @@ public class PackingUtils {
});
}
}
}

Loading…
Cancel
Save