[tor-commits] [orbot/master] deleted superflous comments

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 23 16:36:12 UTC 2020


commit 9a7ef0d80ebf337f5a0f22f5ccaee147c36fb773
Author: bim <dsnake at protonmail.com>
Date:   Thu Nov 12 14:36:49 2020 -0500

    deleted superflous comments
---
 .../main/java/org/torproject/android/service/OrbotService.java    | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java b/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
index 320194b8..97c985ac 100644
--- a/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
+++ b/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
@@ -186,15 +186,10 @@ public class OrbotService extends VpnService implements TorServiceConstants, Orb
         return false;
     }
 
-    /* (non-Javadoc)
-     * @see android.app.Service#onLowMemory()
-     */
     @Override
     public void onLowMemory() {
         super.onLowMemory();
-
         logNotice("Low Memory Warning!");
-
     }
 
     private void clearNotifications() {
@@ -267,9 +262,6 @@ public class OrbotService extends VpnService implements TorServiceConstants, Orb
         mNotificationShowing = true;
     }
 
-    /* (non-Javadoc)
-     * @see android.app.Service#onStart(android.content.Intent, int)
-     */
     public int onStartCommand(Intent intent, int flags, int startId) {
 
         showToolbarNotification("", NOTIFY_ID, R.drawable.ic_stat_tor);





More information about the tor-commits mailing list