mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 09:50:16 +02:00
added release logging
This commit is contained in:
@@ -29,13 +29,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
package sonia.scm.util;
|
||||
|
||||
//~--- non-JDK imports --------------------------------------------------------
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
//~--- JDK imports ------------------------------------------------------------
|
||||
|
||||
import java.util.ArrayList;
|
||||
@@ -50,12 +47,6 @@ import java.util.ServiceLoader;
|
||||
public class ServiceUtil
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
private static final Logger logger =
|
||||
LoggerFactory.getLogger(ServiceUtil.class);
|
||||
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
@@ -102,7 +93,8 @@ public class ServiceUtil
|
||||
}
|
||||
catch (NoSuchElementException ex)
|
||||
{
|
||||
logger.debug(ex.getMessage(), ex);
|
||||
|
||||
// do nothing
|
||||
}
|
||||
|
||||
return result;
|
||||
@@ -135,7 +127,8 @@ public class ServiceUtil
|
||||
}
|
||||
catch (NoSuchElementException ex)
|
||||
{
|
||||
logger.debug(ex.getMessage(), ex);
|
||||
|
||||
// do nothing
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user