MCPcopy Create free account
hub / github.com/PCGen/pcgen / maxLength

Method maxLength

code/src/java/pcgen/io/FileAccess.java:103–106  ·  view source on GitHub ↗

Set the max length @param anInt

(int anInt)

Source from the content-addressed store, hash-verified

101 * @param anInt
102 */
103 public static void maxLength(int anInt)
104 {
105 maxLength = anInt;
106 }
107
108 /**
109 * Write a newline

Callers 3

replaceTokenMethod · 0.95
replaceSubTokenMethod · 0.95
processLoopTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected