From 9a3d821c5cb4f40e6651552bc79a65714ba2ee9d Mon Sep 17 00:00:00 2001 From: Raman Date: Fri, 27 Oct 2017 15:53:56 -0400 Subject: [PATCH] Fixed Javadoc --- .../autopsy/communications/AccountDeviceInstanceKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/communications/AccountDeviceInstanceKey.java b/Core/src/org/sleuthkit/autopsy/communications/AccountDeviceInstanceKey.java index 435d738145..b2df68c542 100644 --- a/Core/src/org/sleuthkit/autopsy/communications/AccountDeviceInstanceKey.java +++ b/Core/src/org/sleuthkit/autopsy/communications/AccountDeviceInstanceKey.java @@ -24,7 +24,7 @@ import org.sleuthkit.datamodel.CommunicationsFilter; /** * Key for AccountDeviceInstance node. * - * Encapsulates a AccountDeviceInstance, and CommunicationsFilter + * Encapsulates a AccountDeviceInstance, and CommunicationsFilter. */ public class AccountDeviceInstanceKey {