]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/fragments/AboutWebViewFragment.kt
Migrate the rest of the dialogs to Kotlin. https://redmine.stoutner.com/issues/683
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / fragments / AboutWebViewFragment.kt
index 0a93fb0cdecf8f51dc517c9f2004e5dd46398889..054d200e0236e2320aa43f8ac87d57f868a4bcbf 100644 (file)
@@ -38,11 +38,11 @@ import androidx.webkit.WebViewFeature
 
 import com.stoutner.privacybrowser.R
 
-// Declare the class constants.
+// Define the class constants.
 private const val TAB_NUMBER = "tab_number"
 
 class AboutWebViewFragment : Fragment() {
-    // Declare the class variables.
+    // Define the class variables.
     private var tabNumber = 0
 
     // Declare the class views.