enso/std-bits
Hubert Plociniczak ac5c02ed8c
Use .isEmpty() instead of .length() == 0 (#3314)
Minor nit - since String is a CharSequence it's advisable to use the
corresponding method for checking the condition rather than writing
it by hand.
2022-03-04 16:41:48 +01:00
..
base/src/main/java/org/enso/base Use .isEmpty() instead of .length() == 0 (#3314) 2022-03-04 16:41:48 +01:00
database/src/main/java/org/enso/database Redshift Connector (#1985) 2021-09-02 11:28:49 +02:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00
table/src/main/java/org/enso/table Use .isEmpty() instead of .length() == 0 (#3314) 2022-03-04 16:41:48 +01:00