Author: clebert.suconic(a)jboss.com
Date: 2010-03-26 13:53:40 -0400 (Fri, 26 Mar 2010)
New Revision: 8971
Modified:
branches/Clebert_TMP/src/main/org/hornetq/jms/persistence/impl/nullpm/NullJMSStorageManagerImpl.java
Log:
tweak before merge
Modified:
branches/Clebert_TMP/src/main/org/hornetq/jms/persistence/impl/nullpm/NullJMSStorageManagerImpl.java
===================================================================
---
branches/Clebert_TMP/src/main/org/hornetq/jms/persistence/impl/nullpm/NullJMSStorageManagerImpl.java 2010-03-26
16:19:56 UTC (rev 8970)
+++
branches/Clebert_TMP/src/main/org/hornetq/jms/persistence/impl/nullpm/NullJMSStorageManagerImpl.java 2010-03-26
17:53:40 UTC (rev 8971)
@@ -119,8 +119,6 @@
*/
public void deleteDestination(PersistedType type, String name) throws Exception
{
- // TODO Auto-generated method stub
-
}
/* (non-Javadoc)
@@ -128,8 +126,6 @@
*/
public void deleteJNDI(PersistedType type, String name) throws Exception
{
- // TODO Auto-generated method stub
-
}
/* (non-Javadoc)
@@ -137,8 +133,7 @@
*/
public List<PersistedJNDI> recoverPersistedJNDI() throws Exception
{
- // TODO Auto-generated method stub
- return null;
+ return Collections.emptyList();
}
// Constants -----------------------------------------------------
Show replies by date