mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-19 18:11:15 +02:00
improve configuration for guava cache
This commit is contained in:
@@ -51,7 +51,7 @@ import java.util.Iterator;
|
||||
*
|
||||
* @author Sebastian Sdorra
|
||||
*/
|
||||
public class CacheConfigurations
|
||||
public final class CacheConfigurations
|
||||
{
|
||||
|
||||
/**
|
||||
@@ -61,7 +61,12 @@ public class CacheConfigurations
|
||||
LoggerFactory.getLogger(CacheConfigurations.class);
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
private CacheConfigurations()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user