use async cache for scm realm

This commit is contained in:
Sebastian Sdorra
2013-01-31 15:04:03 +01:00
parent 9adc65d9e5
commit 2b4b9ee49e
2 changed files with 21 additions and 23 deletions

View File

@@ -43,11 +43,13 @@ package sonia.scm.util;
public final class GlobUtil
{
private GlobUtil()
{
}
/**
* Constructs ...
*
*/
private GlobUtil() {}
//~--- methods --------------------------------------------------------------
/**
* Converts the given glob string to a regular expression string.