Github user kinow commented on a diff in the pull request:
https://github.com/apache/jena/pull/456#discussion_r207734729
--- Diff:
jena-fuseki2/jena-fuseki-embedded/src/main/java/org/apache/jena/fuseki/embedded/FusekiServer.java
---
@@ -246,6 +248,13 @@ public Builder enableStats(boolean withStats) {
return this;
}
+ /** Add the "/$/ping" servlet that responds to HTTP very
efficiently.
+ * This is useful for testign whether a server is alove, for
example, from a load balencer.
--- End diff --
s/testign/testing & s/balencer/balancer
---