Skip to content

Commit

Permalink
[lang][core] Make volatile the field that contains internal SRE data …
Browse files Browse the repository at this point in the history
…structures.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Mar 21, 2020
1 parent 4269ac4 commit 25a0895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
public abstract class SRESpecificDataContainer {

private transient Object sreSpecificData;
private transient volatile Object sreSpecificData;

/** Replies the data associated to this agent trait by the SRE.
*
Expand Down

0 comments on commit 25a0895

Please sign in to comment.