Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
replaceToken
Method · 0.95
replaceSubToken
Method · 0.95
processLoopToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected