mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Fixed a comment
This commit is contained in:
parent
94f20dd91a
commit
9276bef19d
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user