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
The constructor of DefinedMeaning expects an ID and a dbStatements instance which it
uses to load all fields of DefinedMeaning.
The API method OmegaWiki.getDefinedMeaningById(int dmId) expects an ID which it uses
to query the database for the DefinedMeaning's ID (which always equals the given dmId)
and then uses the constructor described above to load the fields.
IMHO, the method could be reimplemented using the single lime
return new DefinedMeaning(dmId, dbStatements);
?
Reported by chmeyer.de on 2014-10-09 09:08:25
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 2
Reported by
chmeyer.de
on 2014-10-09 09:08:25The text was updated successfully, but these errors were encountered: