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