summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
index f0200973dfdc..44c8b6239465 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/XHyphenatedWord_impl.java
@@ -39,10 +39,10 @@ public class XHyphenatedWord_impl implements
{
private String aWord;
private String aHyphenatedWord;
- private short nHyphenPos;
- private short nHyphenationPos;
+ private final short nHyphenPos;
+ private final short nHyphenationPos;
private Locale aLang;
- private boolean bIsAltSpelling;
+ private final boolean bIsAltSpelling;
public XHyphenatedWord_impl(
String aWord,