Skip to content

Commit

Permalink
Sets private variable final
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Tabin committed Feb 1, 2020
1 parent d56fe3d commit 76dcff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/astorm/jotlmsg/io/PropertiesChunk.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class PropertiesChunk {
*/
public static final int FLAG_WRITEABLE = 4;

private Map<MAPIProperty, PropertyValue> properties = new HashMap<>();
private final Map<MAPIProperty, PropertyValue> properties = new HashMap<>();

/**
* Defines a property. Multi-valued properties are not yet supported.
Expand Down

0 comments on commit 76dcff6

Please sign in to comment.