Revision 86c951b2 src/gr/ebs/gss/server/domain/FileHeader.java

b/src/gr/ebs/gss/server/domain/FileHeader.java
394 394
	/**
395 395
	 * Modify the readForAll.
396 396
	 *
397
	 * @param readForAll the readForAll to set
397
	 * @param newReadForAll the readForAll to set
398 398
	 */
399
	public void setReadForAll(boolean readForAll) {
400
		this.readForAll = readForAll;
399
	public void setReadForAll(boolean newReadForAll) {
400
		readForAll = newReadForAll;
401 401
	}
402 402

  
403 403
	/**

Also available in: Unified diff