From a9300a43aed20342affdfe91c6848677b307eda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Tue, 7 Feb 2017 08:53:15 +0100 Subject: [PATCH] Muting ABC issues [ci skip] --- src/android/BackgroundExt.java | 4 ++++ src/android/BackgroundMode.java | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/android/BackgroundExt.java b/src/android/BackgroundExt.java index 5aa52ec..c402a0b 100644 --- a/src/android/BackgroundExt.java +++ b/src/android/BackgroundExt.java @@ -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. */ diff --git a/src/android/BackgroundMode.java b/src/android/BackgroundMode.java index f8703e0..880cde4 100644 --- a/src/android/BackgroundMode.java +++ b/src/android/BackgroundMode.java @@ -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. *