Skip to content

Commit 8fb5d1d

Browse files
committed
Fix typo #937
1 parent 032ddd0 commit 8fb5d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/p2/core/ProvisioningAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public Object getService(String serviceName) {
6060
ref -> {
6161
try {
6262
Filter filter = context.createFilter(
63-
String.format("(&(%s=%s)(|(%s=%s)(p2.agent.servicename=%s))", //$NON-NLS-1$
63+
String.format("(&(%s=%s)(|(%s=%s)(p2.agent.servicename=%s)))", //$NON-NLS-1$
6464
Constants.OBJECTCLASS, IAgentServiceFactory.class.getName(), //
6565
IAgentServiceFactory.PROP_AGENT_SERVICE_NAME, serviceName, //
6666
serviceName)); // use old property as fallback

0 commit comments

Comments
 (0)