Cleanup: Add Javadoc to all public methods and members
[deliverable/lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / LTTngSessiondCmd2_6.java
index 7a33e4252c679f72b9cd1516064e9ca4057b83c7..03635c2e80dcda8d401e0d5e244f3de90df6eb2f 100644 (file)
@@ -149,6 +149,8 @@ interface LTTngSessiondCmd2_6 {
                /**
                 * Execute enable handler action which is to enable the given handler
                 * to the received name.
+                *
+                * @param log
                 */
                public void execute(LogFramework log) {
                        if (log.enableLogger(this.name)) {
@@ -187,6 +189,8 @@ interface LTTngSessiondCmd2_6 {
                /**
                 * Execute disable handler action which is to disable the given handler
                 * to the received name.
+                *
+                * @param log
                 */
                public void execute(LogFramework log) {
                        if (log.disableLogger(this.name)) {
This page took 0.024128 seconds and 5 git commands to generate.