From 94e9037522922b67e8af412b4cfe476f5e991118 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 17 Feb 2015 23:00:35 +0000
Subject: [PATCH] AutoRefactor: fix modifiers usage
---
opendj-server-legacy/src/main/java/org/opends/server/admin/ManagedObjectPath.java | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/admin/ManagedObjectPath.java b/opendj-server-legacy/src/main/java/org/opends/server/admin/ManagedObjectPath.java
index b95d4aa..46ddeb5 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/admin/ManagedObjectPath.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/admin/ManagedObjectPath.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008-2009 Sun Microsystems, Inc.
- * Portions Copyright 2011-2014 ForgeRock AS
+ * Portions Copyright 2011-2015 ForgeRock AS
*/
package org.opends.server.admin;
@@ -306,7 +306,7 @@
extends Element<C, S> {
// Factory method.
- private static final <C extends ConfigurationClient,
+ private static <C extends ConfigurationClient,
S extends Configuration>
InstantiableElement<C, S> create(
InstantiableRelationDefinition<? super C, ? super S> r,
@@ -374,7 +374,7 @@
extends Element<C, S> {
// Factory method.
- private static final <C extends ConfigurationClient,
+ private static <C extends ConfigurationClient,
S extends Configuration> OptionalElement<C, S> create(
OptionalRelationDefinition<? super C, ? super S> r,
AbstractManagedObjectDefinition<C, S> d) {
@@ -426,7 +426,7 @@
extends Element<C, S> {
// Factory method.
- private static final <C extends ConfigurationClient,
+ private static <C extends ConfigurationClient,
S extends Configuration>
SetElement<C, S> create(
SetRelationDefinition<? super C, ? super S> r,
@@ -480,7 +480,7 @@
extends Element<C, S> {
// Factory method.
- private static final <C extends ConfigurationClient,
+ private static <C extends ConfigurationClient,
S extends Configuration> SingletonElement<C, S> create(
SingletonRelationDefinition<? super C, ? super S> r,
AbstractManagedObjectDefinition<C, S> d) {
--
Gitblit v1.10.0