Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author2004-04-08 19:15:55 +0000
committer2004-04-08 19:15:55 +0000
commitf973c0fdcf7a50749d63ccdedb1291121f27f1e7 (patch)
treeda4c20b5eb2cced1ab1153edf38a8f8241b61154 /bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service
parentc2039711fe0d037cd786210b308a07e34b2739d1 (diff)
downloadrt.equinox.framework-f973c0fdcf7a50749d63ccdedb1291121f27f1e7.tar.gz
rt.equinox.framework-f973c0fdcf7a50749d63ccdedb1291121f27f1e7.tar.xz
rt.equinox.framework-f973c0fdcf7a50749d63ccdedb1291121f27f1e7.zip
Review of org.eclipse.osgi.service.datalocation and implementation
Diffstat (limited to 'bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service')
-rw-r--r--bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/datalocation/Location.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/datalocation/Location.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/datalocation/Location.java
index c47e54a3d..fc0478f35 100644
--- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/datalocation/Location.java
+++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/datalocation/Location.java
@@ -20,6 +20,7 @@ import java.net.URL;
*/
public interface Location {
/**
+ * TODO if we can't set the default location through API, why do we need this method for?
* Returns true if this location allows a default value to be assigned
* @return whether or not this location can assign a default value
*/

Back to the top