You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/05/24 14:41:41 UTC

[sling-whiteboard] branch master updated: comments

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d7ce82  comments
9d7ce82 is described below

commit 9d7ce8216d37b5b04f38fc976b8bffb13c4466b6
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu May 24 16:41:33 2018 +0200

    comments
---
 .../org/apache/sling/capabilities/internal/JvmProbeBuilder.java     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/capabilities/src/main/java/org/apache/sling/capabilities/internal/JvmProbeBuilder.java b/capabilities/src/main/java/org/apache/sling/capabilities/internal/JvmProbeBuilder.java
index d2097bb..8c3979c 100644
--- a/capabilities/src/main/java/org/apache/sling/capabilities/internal/JvmProbeBuilder.java
+++ b/capabilities/src/main/java/org/apache/sling/capabilities/internal/JvmProbeBuilder.java
@@ -25,11 +25,9 @@ import org.apache.sling.capabilities.ProbeBuilder;
 import static org.apache.sling.capabilities.ProbeBuilder.DEF_SEPARATOR;
 import org.osgi.service.component.annotations.Component;
 
-/** A Probe that executes a script to find out if 
- *  specific capabilities are present.
- *  The capability value is the output of the script.
+/** Builds Probes that provide basic JVM information, as
+ *  an example.
  */
-
 @Component(service=ProbeBuilder.class)
 public class JvmProbeBuilder implements ProbeBuilder {
     

-- 
To stop receiving notification emails like this one, please contact
bdelacretaz@apache.org.