366367368369370371372373374375376
} if (o == null || getClass() != o.getClass()) { return false; } LogEntry that = (LogEntry) o; if (revision != that.revision) { return false; } if (author != null ? !author.equals(that.author) : that.author != null) {