Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit d86c346

Browse files
FAB-4454 Remove unused deprecated method
Change-Id: I9be7f2f5ac0fa20accc4406c977e02efd08de838 Signed-off-by: Chris Murphy <chrism@fast.au.fujitsu.com>
1 parent 90f4603 commit d86c346

File tree

1 file changed

+0
-11
lines changed
  • src/main/java/org/hyperledger/fabric/sdk/helper

1 file changed

+0
-11
lines changed

src/main/java/org/hyperledger/fabric/sdk/helper/Utils.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -312,17 +312,6 @@ public static Exception checkGrpcUrl(String url) {
312312
}
313313
}
314314

315-
/**
316-
* Check if a string is null or empty.
317-
* @param url
318-
* @return {@code true} if the string is null or empty; otherwise {@code false}.
319-
* @deprecated Replaced by {@link #isNullOrEmpty}
320-
*/
321-
@Deprecated
322-
public static boolean nullOrEmptyString(String url) {
323-
return url == null || url.isEmpty();
324-
}
325-
326315
/**
327316
* Check if a string is null or empty.
328317
*

0 commit comments

Comments
 (0)