|
|
|
@ -295,7 +295,7 @@ public class MariaDB implements Database {
@@ -295,7 +295,7 @@ public class MariaDB implements Database {
|
|
|
|
|
var url = URI.create(u).toURL(); |
|
|
|
|
var description = rs.getString(DESCRIPTION); |
|
|
|
|
event.addLinks(new Link(url, description)); |
|
|
|
|
} catch (MalformedURLException e) { |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
LOG.log(WARNING, () -> "Failed to convert %s to URI!".formatted(u)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|