cleanup: Coding style fixes to the Java agent
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 29 Jun 2015 20:55:00 +0000 (16:55 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 29 Jun 2015 23:25:14 +0000 (19:25 -0400)
commit082845563208ef37d37aad2d8c2fae5cb3e08842
treeaa9daa33cf17b73d8eecc8117d655fb923c50782
parentc518eed3ae6a1e54df15a517b1410e502e16b265
cleanup: Coding style fixes to the Java agent

- Use camelCase for regular members and FULL_CAPS for static final
  ones (except for API classes).
- All members of an interface are public static final by default,
  no need to repeat the modifiers.
- Marked final some fields that could be.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
liblttng-ust-java-agent/java/org/lttng/ust/agent/LTTngAgent.java
liblttng-ust-java-agent/java/org/lttng/ust/agent/LTTngSessiondCmd2_6.java
liblttng-ust-java-agent/java/org/lttng/ust/agent/LTTngTCPSessiondClient.java
liblttng-ust-java-agent/java/org/lttng/ust/agent/LogFrameworkSkeleton.java
liblttng-ust-java-agent/java/org/lttng/ust/agent/jul/LTTngLogHandler.java
liblttng-ust-java-agent/java/org/lttng/ust/agent/log4j/LTTngLogAppender.java
This page took 0.025058 seconds and 4 git commands to generate.