@@ -321,7 +321,7 @@ public class Manifest {
*
*
* @param writer the Writer to which the attribute is written
* @param writer the Writer to which the attribute is written
*
*
* @throws IOException if the attribte value cannot be written
* @throws IOException if the attribu te value cannot be written
*/
*/
public void write(PrintWriter writer) throws IOException {
public void write(PrintWriter writer) throws IOException {
for (Enumeration e = getValues(); e.hasMoreElements();) {
for (Enumeration e = getValues(); e.hasMoreElements();) {
@@ -335,7 +335,7 @@ public class Manifest {
* @param writer the Writer to which the attribute is written
* @param writer the Writer to which the attribute is written
* @param value the attribute value
* @param value the attribute value
*
*
* @throws IOException if the attribte value cannot be written
* @throws IOException if the attribu te value cannot be written
*/
*/
private void writeValue(PrintWriter writer, String value)
private void writeValue(PrintWriter writer, String value)
throws IOException {
throws IOException {
@@ -857,7 +857,7 @@ public class Manifest {
* @param other the Manifest to be merged with this one.
* @param other the Manifest to be merged with this one.
*
*
* @throws ManifestException if there is a problem merging the
* @throws ManifestException if there is a problem merging the
* manfest according to the Manifest spec.
* mani fest according to the Manifest spec.
*/
*/
public void merge(Manifest other) throws ManifestException {
public void merge(Manifest other) throws ManifestException {
merge(other, false);
merge(other, false);
@@ -871,7 +871,7 @@ public class Manifest {
* of the current manifest
* of the current manifest
*
*
* @throws ManifestException if there is a problem merging the
* @throws ManifestException if there is a problem merging the
* manfest according to the Manifest spec.
* mani fest according to the Manifest spec.
*/
*/
public void merge(Manifest other, boolean overwriteMain)
public void merge(Manifest other, boolean overwriteMain)
throws ManifestException {
throws ManifestException {