-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: subversion-plugin
SubversionChangeLogSet.LogEntry does not override getCommitId() from ChangeLogSet.Entry; this leaves the default return value of null; not very useful. ![]()
The trivially correct implementation would be
@Override
public String getCommitId()
(edit: stupid copy-paste bug)