Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2008-11-11 17:23:44 +0000
committerBJ Hargrave2008-11-11 17:23:44 +0000
commit9529dec90ed5f3a88499caa84d707de8b89f106d (patch)
tree147a1b8dcc6f736d4cc9cd31c87c562a1fea438d /bundles/org.eclipse.osgi/supplement/src
parent1a20b884aa947ec896aacd900d903ffcbf120ecd (diff)
downloadrt.equinox.framework-9529dec90ed5f3a88499caa84d707de8b89f106d.tar.gz
rt.equinox.framework-9529dec90ed5f3a88499caa84d707de8b89f106d.tar.xz
rt.equinox.framework-9529dec90ed5f3a88499caa84d707de8b89f106d.zip
ASSIGNED - bug 254912: FilterImpl needs to support foreign ServiceReference parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=254912
Diffstat (limited to 'bundles/org.eclipse.osgi/supplement/src')
-rw-r--r--bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/core/ExternalMessages.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/core/ExternalMessages.properties b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/core/ExternalMessages.properties
index dd128a752..c814fcebb 100644
--- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/core/ExternalMessages.properties
+++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/core/ExternalMessages.properties
@@ -54,14 +54,14 @@ SERVICE_ALREADY_UNREGISTERED_EXCEPTION=The service has been unregistered
SERVICE_EMPTY_CLASS_LIST_EXCEPTION=The array of service names is empty
HEADER_DUPLICATE_KEY_EXCEPTION=The key \"{0}\" already exists in another case variation
FILTER_INVALID=The filter is invalid.
-FILTER_MISSING_LEFTPAREN=Missing ''('' at character {0}
-FILTER_MISSING_RIGHTPAREN=Missing '')'' at character {0}
-FILTER_TRAILING_CHARACTERS=Extraneous trailing characters at character {0}
+FILTER_MISSING_LEFTPAREN=Missing ''('' at \"{0}\"
+FILTER_MISSING_RIGHTPAREN=Missing '')'' at \"{0}\"
+FILTER_TRAILING_CHARACTERS=Extraneous trailing characters at \"{0}\"
FILTER_TERMINATED_ABRUBTLY=Filter ended abruptly
-FILTER_INVALID_OPERATOR=Invalid operator at character {0}
-FILTER_MISSING_ATTR=Missing attr at character {0}
-FILTER_MISSING_VALUE=Missing value at character {0}
-FILTER_INVALID_VALUE=Invalid value at character {0}
+FILTER_INVALID_OPERATOR=Invalid operator at \"{0}\"
+FILTER_MISSING_ATTR=Missing attr at \"{0}\"
+FILTER_MISSING_VALUE=Missing value at \"{0}\"
+FILTER_INVALID_VALUE=Invalid value at \"{0}\"
STARTLEVEL_EXCEPTION_INVALID_REQUESTED_STARTLEVEL=The requested start level of {0} is invalid. The value must be a positive integer.
STARTLEVEL_CANT_CHANGE_SYSTEMBUNDLE_STARTLEVEL=The System Bundle's start level can not be modified.

Back to the top