Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-27 13:24:51 +0000
committerThomas Watson2015-04-27 13:24:51 +0000
commit744da9f96e2bf1b211ec976f8f8938095efbdaf1 (patch)
treedd9fbac094356d5fcfc6a1b826fb8246e7dd3b83 /bundles/org.eclipse.osgi.services/src/org/osgi/service/event
parentd246db1ff19232d211254bf9e4b6c2f14ebac00b (diff)
downloadrt.equinox.framework-744da9f96e2bf1b211ec976f8f8938095efbdaf1.tar.gz
rt.equinox.framework-744da9f96e2bf1b211ec976f8f8938095efbdaf1.tar.xz
rt.equinox.framework-744da9f96e2bf1b211ec976f8f8938095efbdaf1.zip
Update OSGi APIs to the latest
Diffstat (limited to 'bundles/org.eclipse.osgi.services/src/org/osgi/service/event')
-rw-r--r--bundles/org.eclipse.osgi.services/src/org/osgi/service/event/TopicPermission.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi.services/src/org/osgi/service/event/TopicPermission.java b/bundles/org.eclipse.osgi.services/src/org/osgi/service/event/TopicPermission.java
index ad379bde2..dbe0829e7 100644
--- a/bundles/org.eclipse.osgi.services/src/org/osgi/service/event/TopicPermission.java
+++ b/bundles/org.eclipse.osgi.services/src/org/osgi/service/event/TopicPermission.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) OSGi Alliance (2005, 2013). All Rights Reserved.
+ * Copyright (c) OSGi Alliance (2005, 2015). All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -81,7 +81,7 @@ public final class TopicPermission extends Permission {
private volatile String actions = null;
/**
- * Defines the authority to publich and/or subscribe to a topic within the
+ * Defines the authority to publish and/or subscribe to a topic within the
* EventAdmin service.
* <p>
* The name is specified as a slash-separated string. Wildcards may be used.

Back to the top