You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/12/14 19:24:27 UTC

[37/50] [abbrv] incubator-edgent git commit: fix typo

fix typo

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/19d6eefb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/19d6eefb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/19d6eefb

Branch: refs/heads/master
Commit: 19d6eefbd93cc506ec2ddf81c6f45585e7f2c859
Parents: 6ea7192
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Thu Nov 17 13:47:45 2016 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Thu Nov 17 13:47:45 2016 -0500

----------------------------------------------------------------------
 JAVA_SUPPORT.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/19d6eefb/JAVA_SUPPORT.md
----------------------------------------------------------------------
diff --git a/JAVA_SUPPORT.md b/JAVA_SUPPORT.md
index 7437a68..ec6a221 100644
--- a/JAVA_SUPPORT.md
+++ b/JAVA_SUPPORT.md
@@ -101,7 +101,7 @@ of the Java 8 compact1 definition.
 
 | Feature  | Packages              | Edgent Usage      | Notes |
 |----------|-----------------------|-------------------|-------|
-|JMX       | `java.lang.managem-ent, javax.managment*` |     | JMX not supported on Android |
+|JMX       | `java.lang.management, javax.managment*` |     | JMX not supported on Android |
 |JMX       |                       | utils/metrics     | Optional utility methods |
 |JMX       |                       | console/servlets, runtime/jmxcontrol | 
 |Servlet   | `javax.servlet*`      | console/servlets  |