author | Randy Rizun <rrizun@gmail.com> | |
Thu, 28 May 2009 10:06:37 +0000 (12:06 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 28 May 2009 10:06:37 +0000 (12:06 +0200) | ||
commit | 9ae4ff9053e3ae8923db028b75669fcda19eb4ae | |
tree | 666680ef710aed7b4720cc8c1f29825e3c948fa5 | tree | snapshot |
parent | 34e095d9e7c605ded713203f21e4f00c8d6b6d44 | commit | diff |
java plugin: Use slashes rather than dots to lookup classes.
there are three (3) invocations of FindClass that use "." periods
instead of "/" slashes
java.lang.Long
java.lang.Double
org.collectd.api.DataSet
those need to be fixed up to use "/" slashes
Thanks!
there are three (3) invocations of FindClass that use "." periods
instead of "/" slashes
java.lang.Long
java.lang.Double
org.collectd.api.DataSet
those need to be fixed up to use "/" slashes
Thanks!
src/java.c | diff | blob | history |