Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
make HTextFlowTarget history field private
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed May 16, 2012
1 parent 9fc2f96 commit e9e513f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ public class HTextFlowTarget extends ModelEntityBase implements HasContents, Has

private HSimpleComment comment;

public Map<Integer, HTextFlowTargetHistory> history;
private Map<Integer, HTextFlowTargetHistory> history;

// Only for internal use (persistence transient)
private Integer oldVersionNum;
Expand Down

0 comments on commit e9e513f

Please sign in to comment.