diff --git a/src/main/java/plugins/tprovoost/Microscopy/MicroManager/MicroManager.java b/src/main/java/plugins/tprovoost/Microscopy/MicroManager/MicroManager.java
index 2519367e317c9688078a36e1ff0942a104440d20..12211da22a6386da76796333fb767226637f0730 100644
--- a/src/main/java/plugins/tprovoost/Microscopy/MicroManager/MicroManager.java
+++ b/src/main/java/plugins/tprovoost/Microscopy/MicroManager/MicroManager.java
@@ -67,7 +67,7 @@ public class MicroManager
      */
     public static MMMainFrame getInstance()
     {
-        // initialize micro manager if needed
+        // initialize micro manager if needed --> NO ! we need to init ourself
         // if (instance == null)
         // MicromanagerPlugin.init();
 
@@ -916,7 +916,7 @@ public class MicroManager
     }
 
     /**
-     * @return the exposure of the current camera
+     * @return the exposure of the current camera (in ms)
      * @throws Exception
      *         if an error occurred
      */
@@ -930,7 +930,7 @@ public class MicroManager
     }
 
     /**
-     * Set the exposure of the current camera
+     * Set the exposure of the current camera (in ms)
      * 
      * @param exposure
      *        the exposure to set