Skip to content
Snippets Groups Projects
Commit c008818c authored by Brendan Le Ny's avatar Brendan Le Ny
Browse files

Type constant

parent 208659d4
No related branches found
No related tags found
1 merge request!3Sonar refactoring
...@@ -22,6 +22,7 @@ import sh.libre.scim.core.GroupAdapter; ...@@ -22,6 +22,7 @@ import sh.libre.scim.core.GroupAdapter;
import sh.libre.scim.core.ScimDispatcher; import sh.libre.scim.core.ScimDispatcher;
import sh.libre.scim.core.UserAdapter; import sh.libre.scim.core.UserAdapter;
import java.time.Duration;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
...@@ -176,6 +177,6 @@ public class ScimStorageProviderFactory ...@@ -176,6 +177,6 @@ public class ScimStorageProviderFactory
}); });
} }
}, 30000, "scim-background"); }, Duration.ofSeconds(30).toMillis(), "scim-background");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment