Révision 1036

tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1036)
1901 1901
	 */
1902 1902
	public void setUserPersistable(boolean userPersistable) {
1903 1903
		this.userPersistable = userPersistable;
1904
		if (this.parent != null && !this.isPersistable() && this.userPersistable) {
1904
		if (this.parent != null && !this.parent.isPersistable() && this.userPersistable) {
1905 1905
			parent.setUserPersistable(true);
1906 1906
		}
1907 1907
		Log.finest("TXMResult.setUserPersistable(): " + userPersistable);

Formats disponibles : Unified diff