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

Loading…
Cancel
Save