Fixed a comment

This commit is contained in:
U-BASIS\dsmyda 2018-10-01 09:52:13 -04:00
parent 94f20dd91a
commit 9276bef19d

View File

@ -179,8 +179,9 @@ final class CentralRepoCommentDialog extends javax.swing.JDialog {
} }
/** /**
* Updates the remainingCharactersLabel to reflect the current state * Updates the remainingCharactersLabel to reflect the current state.
* * If there are no more characters left, a red 0 is displayed in the
* UI.
*/ */
private void updateLabel() { private void updateLabel() {
if (remainingCharacters == 0) { if (remainingCharacters == 0) {