Browse Source

Increase max length to 72

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271906 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 23 years ago
parent
commit
01954942d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Manifest.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Manifest.java View File

@@ -101,7 +101,7 @@ public class Manifest extends Task {
public final static String DEFAULT_MANIFEST_VERSION = "1.0";

/** The max length of a line in a Manifest */
public final static int MAX_LINE_LENGTH = 70;
public final static int MAX_LINE_LENGTH = 72;

/**
* Helper class for Manifest's mode attribute.


Loading…
Cancel
Save