tmf: Fix visibility warning with TmfRequestExecutor
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 14 Aug 2012 17:45:44 +0000 (13:45 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 15 Aug 2012 14:30:39 +0000 (10:30 -0400)
commitfc7cd0bebab71a87ca50e511c9e274da7c5fc34f
tree03ce004a699c6af28117648de02e47ba6b8c0217
parentcfd22ad08150f3cef6ebbf2c6d062c97d22e1643
tmf: Fix visibility warning with TmfRequestExecutor

TmfDataProvider.fExecutor is protected, but TmfRequestExecutor
is not part of the public API. This means any class from another
plugin extending TmfDataProvider couldn't access the fExecutor.

Solve this by making the fExecutor field private, and supplying
protected access methods.

Change-Id: Ia3df1247fe2a6c98c87048bb17c9bc3529abfd47
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/7223
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfDataProvider.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfExperiment.java
This page took 0.026062 seconds and 5 git commands to generate.