Révision 1037
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1037) | ||
---|---|---|
1902 | 1902 |
public void setUserPersistable(boolean userPersistable) { |
1903 | 1903 |
this.userPersistable = userPersistable; |
1904 | 1904 |
if (this.parent != null && !this.parent.isPersistable() && this.userPersistable) { |
1905 |
parent.setUserPersistable(true); |
|
1905 |
this.parent.setUserPersistable(true);
|
|
1906 | 1906 |
} |
1907 | 1907 |
Log.finest("TXMResult.setUserPersistable(): " + userPersistable); |
1908 | 1908 |
} |
Formats disponibles : Unified diff