You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Se il servizio di creazione della forma viene chiamato passando un id (desiredID) la stampa di log crea un NullPointerException perché lexicalEntryID è null.
Row 385 service/LexiconCreation.java
log(Level.INFO, "lexicon/creation/form of the lexical entry: " + URLDecoder.decode(lexicalEntryID,
StandardCharsets.UTF_8.name()));
The text was updated successfully, but these errors were encountered:
Se il servizio di creazione della forma viene chiamato passando un id (desiredID) la stampa di log crea un NullPointerException perché lexicalEntryID è null.
The text was updated successfully, but these errors were encountered: