diff --git a/src/main/java/org/apache/harmony/pack200/PackingUtils.java b/src/main/java/org/apache/harmony/pack200/PackingUtils.java index 1e8e227..b7161ed 100644 --- a/src/main/java/org/apache/harmony/pack200/PackingUtils.java +++ b/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 { }); } -} \ No newline at end of file +}