This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/master by this push:
new 74351e8 Typo
74351e8 is described below
commit 74351e849fd6900d3099989fe473eadf5ffb1930
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Sep 13 15:23:19 2019 +0100
Typo
---
jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/lib/Async.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/lib/Async.java
b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/lib/Async.java
index 006b238..c37aa3c 100644
--- a/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/lib/Async.java
+++ b/jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/lib/Async.java
@@ -33,7 +33,7 @@ import org.apache.jena.tdb2.TDBException;
* With the default setting of a thread pool of one, operations are
* executed in the order submitted.
* <p>
- * If the far end is the bottleneck, a longer queeue is no help.
+ * If the far end is the bottleneck, a longer queue is of no help.
*/
public final class Async {
// Currently specific to ThriftRunnable