2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / controlflow / evProcessor / FlowBeforeUpdateHandlers.java
index 78a9fd2dc065f8a4f4efdae8dd7a22443f11f011..7755bb7f5c888009c654e6659facd3db4cfd078b 100644 (file)
@@ -40,6 +40,7 @@ class FlowBeforeUpdateHandlers {
                AbsFlowTRangeUpdate handler = new AbsFlowTRangeUpdate() {
 
                        // @Override
+                       @Override
                        public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
 
                                Long cpu = trcEvent.getCpuId();
@@ -99,6 +100,7 @@ class FlowBeforeUpdateHandlers {
                AbsFlowTRangeUpdate handler = new AbsFlowTRangeUpdate() {
 
                        // @Override
+                       @Override
                        public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
 
                                Long pid_out = getAFieldLong(trcEvent, traceSt,
@@ -221,6 +223,7 @@ class FlowBeforeUpdateHandlers {
                AbsFlowTRangeUpdate handler = new AbsFlowTRangeUpdate() {
 
                        // @Override
+                       @Override
                        public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
 
                                // We need to process information.
@@ -283,6 +286,7 @@ class FlowBeforeUpdateHandlers {
                AbsFlowTRangeUpdate handler = new AbsFlowTRangeUpdate() {
 
                        // @Override
+                       @Override
                        public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
                                // PID of the process to release
                                Long release_pid = getAFieldLong(trcEvent, traceSt,
@@ -334,6 +338,7 @@ class FlowBeforeUpdateHandlers {
                AbsFlowTRangeUpdate handler = new AbsFlowTRangeUpdate() {
 
                        // @Override
+                       @Override
                        public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
 
                                // What's below should replace the following call in C :
This page took 0.024162 seconds and 5 git commands to generate.