Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-06-08 19:53:17 +0000
committerThomas Watson2012-06-08 19:53:17 +0000
commitee491f0ea9482c4f5a0a409e05980535f37feef9 (patch)
tree3d0dfa15314838fb8fcc808a46c5834b73f605e3 /bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleRevisionBuilder.java
parent4c96c8e8d587e88101f05bb751906bafc65dff32 (diff)
downloadrt.equinox.framework-ee491f0ea9482c4f5a0a409e05980535f37feef9.tar.gz
rt.equinox.framework-ee491f0ea9482c4f5a0a409e05980535f37feef9.tar.xz
rt.equinox.framework-ee491f0ea9482c4f5a0a409e05980535f37feef9.zip
Make things final where possible.
Diffstat (limited to 'bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleRevisionBuilder.java')
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleRevisionBuilder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleRevisionBuilder.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleRevisionBuilder.java
index 833215488..587772046 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleRevisionBuilder.java
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleRevisionBuilder.java
@@ -22,7 +22,7 @@ import org.osgi.framework.Version;
* The builder provides the instructions to the container for creating a {@link ModuleRevision}.
* @since 3.10
*/
-public class ModuleRevisionBuilder {
+public final class ModuleRevisionBuilder {
/**
* Provides information about a capability or requirement
*/

Back to the top