summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/Forms/DataAwareness.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/DataAwareness.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/DataAwareness.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/DataAwareness.java b/odk/examples/DevelopersGuide/Forms/DataAwareness.java
index f831d63fa86c..5674657915f3 100644
--- a/odk/examples/DevelopersGuide/Forms/DataAwareness.java
+++ b/odk/examples/DevelopersGuide/Forms/DataAwareness.java
@@ -736,7 +736,7 @@ public class DataAwareness extends DocumentBasedExample implements XPropertyChan
createButton( 58, 63, 13, "reload", "reload", FormFeature.ReloadForm );
- // create a sub for for the sales
+ // create a sub form for the sales
// for this, first create a sub form and bind it to the SALES table
XIndexContainer xSalesForm = m_document.createSubForm( m_xMasterForm, "Sales" );