diff --git a/bindings/java/src/org/sleuthkit/datamodel/blackboardutils/GeoArtifactsHelper.java b/bindings/java/src/org/sleuthkit/datamodel/blackboardutils/GeoArtifactsHelper.java
index d8f307a4a64dea73ce5f89690eb4b39d5ae4e37e..2e5db329ca094991a2f4d2980f20eb8ce8cfaf88 100755
--- a/bindings/java/src/org/sleuthkit/datamodel/blackboardutils/GeoArtifactsHelper.java
+++ b/bindings/java/src/org/sleuthkit/datamodel/blackboardutils/GeoArtifactsHelper.java
@@ -58,7 +58,9 @@ public GeoArtifactsHelper(SleuthkitCase caseDb, String moduleName, String progra
 	}
 
 	/**
-	 * Add a Track from a GPS device to the database. 
+	 * Add a Track from a GPS device to the database. A Track represents a 
+	 * series of points that the device has traveled on. This will create a 
+	 * TSK_GPS_TRACK artifact and add it to the case.
 	 *
 	 * @param trackName			Name of GPS track, not required.
 	 * @param points			List of GeoTrackPoints that the track traversed.
@@ -100,7 +102,8 @@ public BlackboardArtifact addTrack(String trackName, GeoTrackPointList points, L
 	}
 
 	/**
-	 * Add a Route from a GPS device to the database.
+	 * Add a Route from a GPS device to the database. This will create a 
+	 * TSK_GPS_ROUTE artifact and add it to the case.
 	 *
 	 * @param routeName			Optional route name
 	 * @param creationTime		Time the route was created, optional.