Maor Lipchuk has uploaded a new change for review.

Change subject: core: Removing redundant method midifier
......................................................................

core: Removing redundant method midifier

Removing public modifier in the StorageServerConnectionDAO interface.

Quoting from the JLS:
It is permitted, but discouraged as a matter of style, to redundantly
specify the public and/or abstract modifier for a method declared in an
interface.

Change-Id: Ia0b950da2434379b2c23c6dc878bd613fbbef4b5
Bug-Url: https://bugzilla.redhat.com/1093397
Signed-off-by: Maor Lipchuk <mlipc...@redhat.com>
---
M 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/StorageServerConnectionDAO.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/36666/1

diff --git 
a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/StorageServerConnectionDAO.java
 
b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/StorageServerConnectionDAO.java
index 82f7f57..2436267 100644
--- 
a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/StorageServerConnectionDAO.java
+++ 
b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/StorageServerConnectionDAO.java
@@ -84,7 +84,7 @@
      *          the applicable statuses
      * @return the list of connections
      */
-    public List<StorageServerConnections> 
getStorageConnectionsByStorageTypeAndStatus(Guid pool,
+    List<StorageServerConnections> 
getStorageConnectionsByStorageTypeAndStatus(Guid pool,
             StorageType storageType,
             Set<StorageDomainStatus> statuses);
 


-- 
To view, visit http://gerrit.ovirt.org/36666
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0b950da2434379b2c23c6dc878bd613fbbef4b5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to