mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[SEARCH-2330]
fix formatting
This commit is contained in:
+2
-1
@@ -72,7 +72,8 @@ public abstract class ActivatableTracker extends AbstractTracker
|
||||
public final void disable()
|
||||
{
|
||||
clearScheduledMaintenanceWork();
|
||||
if (isEnabled.compareAndSet(true, false)){
|
||||
if (isEnabled.compareAndSet(true, false))
|
||||
{
|
||||
if (state != null && state.isRunning())
|
||||
{
|
||||
setRollback(true, null);
|
||||
|
||||
Reference in New Issue
Block a user