Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/debug/Debug.java')
-rw-r--r--bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/debug/Debug.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/debug/Debug.java b/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/debug/Debug.java
index 85c932d83..b258fc36f 100644
--- a/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/debug/Debug.java
+++ b/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/debug/Debug.java
@@ -53,6 +53,7 @@ public class Debug {
/**
* Packages debug flag.
*/
+ // TODO remove this or use it somewhere
public static boolean DEBUG_PACKAGES = false; // "debug.packages"
/**
* Manifest debug flag.
@@ -77,6 +78,7 @@ public class Debug {
/**
* PackageAdmin timing debug flag.
*/
+ // TODO remove this or use it somewhere
public static boolean DEBUG_PACKAGEADMIN_TIMING = false; //"debug.packageadmin/timing"
/**
* Message debug flag.
@@ -98,6 +100,7 @@ public class Debug {
/**
* Bundle time Debug option key.
*/
+ // TODO remove this or use it somewhere
public static final String OPTION_DEBUG_BUNDLE_TIME = ECLIPSE_OSGI + "/debug/bundleTime"; //$NON-NLS-1$
/**
* Loader Debug option key.

Back to the top