Muting ABC issues [ci skip]

This commit is contained in:
Sebastián Katzer 2017-02-07 08:53:15 +01:00
parent ece9aac833
commit a9300a43ae
2 changed files with 8 additions and 0 deletions

View File

@ -83,6 +83,8 @@ class BackgroundExt {
});
}
// codebeat:disable[ABC]
/**
* Executes the request.
*
@ -113,6 +115,8 @@ class BackgroundExt {
}
}
// codebeat:enable[ABC]
/**
* Move app to background.
*/

View File

@ -77,6 +77,8 @@ public class BackgroundMode extends CordovaPlugin {
}
};
// codebeat:disable[ABC]
/**
* Executes the request.
*
@ -115,6 +117,8 @@ public class BackgroundMode extends CordovaPlugin {
return true;
}
// codebeat:enable[ABC]
/**
* Called when the system is about to start resuming a previous activity.
*