From 8e13161f64c06f3d47a72ae2c075538998f5887c Mon Sep 17 00:00:00 2001 From: bopol Date: Tue, 19 May 2020 21:57:46 +0200 Subject: [PATCH] fix checkstyle --- app/src/main/java/org/schabi/newpipe/util/ShareUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/util/ShareUtils.java b/app/src/main/java/org/schabi/newpipe/util/ShareUtils.java index a306715e4..0bf731a98 100644 --- a/app/src/main/java/org/schabi/newpipe/util/ShareUtils.java +++ b/app/src/main/java/org/schabi/newpipe/util/ShareUtils.java @@ -35,7 +35,7 @@ public final class ShareUtils { } /** - * Open the url in the default app set to open this type of link + * Open the url in the default app set to open this type of link. *

* If no app is set as default, it will open a chooser *