You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by st...@apache.org on 2015/06/18 20:12:09 UTC

incubator-htrace git commit: HTRACE-184 Expose PROCESS_ID_KEY configuration key (Daniel Lee)

Repository: incubator-htrace
Updated Branches:
  refs/heads/master d0554d53a -> 8c33794ab


HTRACE-184 Expose PROCESS_ID_KEY configuration key (Daniel Lee)


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/8c33794a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/8c33794a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/8c33794a

Branch: refs/heads/master
Commit: 8c33794ab077406346daeab3ab84869fdbe531da
Parents: d0554d5
Author: stack <st...@duboce.net>
Authored: Thu Jun 18 11:11:44 2015 -0700
Committer: stack <st...@duboce.net>
Committed: Thu Jun 18 11:11:44 2015 -0700

----------------------------------------------------------------------
 htrace-core/src/main/java/org/apache/htrace/impl/ProcessId.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/8c33794a/htrace-core/src/main/java/org/apache/htrace/impl/ProcessId.java
----------------------------------------------------------------------
diff --git a/htrace-core/src/main/java/org/apache/htrace/impl/ProcessId.java b/htrace-core/src/main/java/org/apache/htrace/impl/ProcessId.java
index a3f7eda..a6a954d 100644
--- a/htrace-core/src/main/java/org/apache/htrace/impl/ProcessId.java
+++ b/htrace-core/src/main/java/org/apache/htrace/impl/ProcessId.java
@@ -58,7 +58,7 @@ public final class ProcessId {
   /**
    * The configuration key to use for process id
    */
-  static final String PROCESS_ID_KEY = "process.id";
+  public static final String PROCESS_ID_KEY = "process.id";
 
   /**
    * The default process ID to use if no other ID is configured.