Project

General

Profile

« Previous | Next » 

Revision 36863

reduced default value

View differences:

WfConfig.java
56 56
	private boolean includeChildren;
57 57

  
58 58
	/** Default maximum number of allowed children. */
59
	private final static int MAX_CHILDREN = 50;
59
	private final static int MAX_CHILDREN = 10;
60 60

  
61 61
	/** Maximum number of allowed children. */
62 62
	private int maxChildren = MAX_CHILDREN;
......
214 214

  
215 215
	/*
216 216
	 * (non-Javadoc)
217
	 *
217
	 * 
218 218
	 * @see java.lang.Object#toString()
219 219
	 */
220 220
	@Override

Also available in: Unified diff