diff --git a/src/no/group09/stk500_v1/ConstantsStk500v1.java b/src/no/group09/stk500_v1/ConstantsStk500v1.java
index f52c520..d2a04f4 100644
--- a/src/no/group09/stk500_v1/ConstantsStk500v1.java
+++ b/src/no/group09/stk500_v1/ConstantsStk500v1.java
@@ -19,7 +19,7 @@
* along with STK500ForJava. If not, see .
*/
/**
- * STK500 constants used by the Optiboot boot loader and our protocol
+ * STK500 constants used by the Optiboot boot loader and this STK500v1 implementation
*/
public class ConstantsStk500v1 {
public static final byte STK_OK = 0x10;
diff --git a/src/no/group09/stk500_v1/Logger.java b/src/no/group09/stk500_v1/Logger.java
index 5a3e0d3..de56624 100644
--- a/src/no/group09/stk500_v1/Logger.java
+++ b/src/no/group09/stk500_v1/Logger.java
@@ -19,6 +19,9 @@
* along with STK500ForJava. If not, see .
*/
+/**
+ * Interface used to provide log output and short user notifications.
+ */
public interface Logger {
/**
* Display a message for a brief time