Skip to content
Snippets Groups Projects
Commit 9d281ada authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

doc update

parent 6bf0a95f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment