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 a040646c8ffe..a4b2da41b4c0 100644
--- a/odk/examples/DevelopersGuide/Forms/DataAwareness.java
+++ b/odk/examples/DevelopersGuide/Forms/DataAwareness.java
@@ -382,7 +382,7 @@ public class DataAwareness extends DocumentBasedExample implements XPropertyChan
/** checks if a given table exists.
<p>The check is made using a SELECT statement, so even if the connection
- is a n SDB-level connection, which may filter tables in it's table
+ is a n SDB-level connection, which may filter tables in its table
supplier, the result may be reliable ....</p>
*/
protected boolean existsInvisibleTable( XConnection xConn, String sTableName ) throws java.lang.Exception