From 9276bef19d9a6660e19fd35e9f00b45a86889d87 Mon Sep 17 00:00:00 2001 From: "U-BASIS\\dsmyda" Date: Mon, 1 Oct 2018 09:52:13 -0400 Subject: [PATCH] Fixed a comment --- .../autopsy/centralrepository/CentralRepoCommentDialog.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/CentralRepoCommentDialog.java b/Core/src/org/sleuthkit/autopsy/centralrepository/CentralRepoCommentDialog.java index e413392c5f..402e524c66 100755 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/CentralRepoCommentDialog.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/CentralRepoCommentDialog.java @@ -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() { if (remainingCharacters == 0) {