mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
remove misleading TODO
Change-Id: I4b3bb8a1441ae662f34edf08daf8d272f86e08cd Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
This commit is contained in:
parent
c410447f12
commit
2a257657c3
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ public class CompileCommandsJsonParser {
|
||||||
*
|
*
|
||||||
* @param parseRequest the parser configuration
|
* @param parseRequest the parser configuration
|
||||||
*/
|
*/
|
||||||
// TODO interface ICBuildConfiguration should be sufficient here
|
|
||||||
public CompileCommandsJsonParser(ParseRequest parseRequest) {
|
public CompileCommandsJsonParser(ParseRequest parseRequest) {
|
||||||
this.parseRequest = Objects.requireNonNull(parseRequest, "parseRequest"); //$NON-NLS-1$
|
this.parseRequest = Objects.requireNonNull(parseRequest, "parseRequest"); //$NON-NLS-1$
|
||||||
prefsAccess = EclipseContextFactory.getServiceContext(FrameworkUtil.getBundle(getClass()).getBundleContext())
|
prefsAccess = EclipseContextFactory.getServiceContext(FrameworkUtil.getBundle(getClass()).getBundleContext())
|
||||||
|
|
Loading…
Add table
Reference in a new issue