GenericJMX plugin: fix indentation/bracket error
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 2 Dec 2015 07:53:53 +0000 (08:53 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 2 Dec 2015 07:58:28 +0000 (08:58 +0100)
commitcfb1c97ca06d84415409a8c9a9b1665e43520756
tree1056977e804bc62a1b169e60c5ee61b4429873cd
parent9c446022a632d5fbcf6a1089b05e2dda9419146b
GenericJMX plugin: fix indentation/bracket error

1e2ad9c0 contained a mistake which resulted in the following build
error. It seems to be a bad copy-paste when creating #1330 from the
patch in #1291.

```
./org/collectd/java/GenericJMXConfValue.java:535: error: variable tmp is already defined in constructor GenericJMXConfValue(OConfigItem)
          String tmp = getConfigString (child);
```
bindings/java/org/collectd/java/GenericJMXConfValue.java