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
Line 67 of SimpleHtmlRenderer.java sets the author to committer and therefore the "areSame" test later in the method always returns true. This results in the author never being printed.
The text was updated successfully, but these errors were encountered:
Line 67 of SimpleHtmlRenderer.java sets the author to committer and therefore the "areSame" test later in the method always returns true. This results in the author never being printed.
The text was updated successfully, but these errors were encountered: