summaryrefslogtreecommitdiff
path: root/navit/android
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2020-08-11 23:22:08 +0200
committermvglasow <michael -at- vonglasow.com>2020-08-11 23:22:08 +0200
commit55e029700cf7860e8a1f4cfed894f096b9ba9c38 (patch)
tree47a1ffbdc71adc90803b0deb7774b1746f3704f2 /navit/android
parent507944a6f1aae92ce9ad697cc3949cfeb468b5f9 (diff)
downloadnavit-55e029700cf7860e8a1f4cfed894f096b9ba9c38.tar.gz
Refactor:traffic/traff_android:Fix checkstyle issues
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/android')
-rw-r--r--navit/android/src/org/navitproject/navit/NavitTraff.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/navit/android/src/org/navitproject/navit/NavitTraff.java b/navit/android/src/org/navitproject/navit/NavitTraff.java
index 9292cd408..23c07354d 100644
--- a/navit/android/src/org/navitproject/navit/NavitTraff.java
+++ b/navit/android/src/org/navitproject/navit/NavitTraff.java
@@ -276,18 +276,18 @@ public class NavitTraff extends BroadcastReceiver {
/**
* Sends a TraFF intent to a source. This encapsulates most of the low-level Android handling.
- * <p>
- * If the recipient specified in {@code packageName} declares multiple receivers for the intent in its
+ *
+ * <p>If the recipient specified in {@code packageName} declares multiple receivers for the intent in its
* manifest, a separate intent will be delivered to each of them. The intent will not be delivered to
* receivers registered at runtime.
- * <p>
- * All intents are sent as explicit ordered broadcasts. This means two things:
- * <p>
- * Any app which declares a matching receiver in its manifest will be woken up to process the intent.
+ *
+ * <p>All intents are sent as explicit ordered broadcasts. This means two things:
+ *
+ * <p>Any app which declares a matching receiver in its manifest will be woken up to process the intent.
* This works even with certain Android 7 builds which restrict intent delivery to apps which are not
* currently running.
- * <p>
- * It is safe for the recipient to unconditionally set result data. If the recipient does not set result
+ *
+ * <p>It is safe for the recipient to unconditionally set result data. If the recipient does not set result
* data, the result will have a result code of {@link #RESULT_INTERNAL_ERROR}, no data and no extras.
*
* @param context The context