BaseBlockCipher: removed TODO about checking a fix

Fix was now agreed with BC maintainer

Bug: 27061541
Change-Id: I0f9702ad67a2ed2005bcf7fed7017daf14c1999a
diff --git a/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.java b/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.java
index da2b4d5..a1f05b4 100644
--- a/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.java
+++ b/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.java
@@ -539,7 +539,6 @@
             {
                 // BEGIN android-added
                 if (((PBEKey)k).getSalt() == null) {
-                    // TODO(27061541): check whether this is the correct fix
                     throw new InvalidAlgorithmParameterException("Parameters for the algorithm are null "
                         + "and the PBEKey has null salt");
                 }