Skip to content

Commit

Permalink
Fix javadoc comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Sep 23, 2014
1 parent 38b619e commit 6b47935
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* This is webcam driver for OpenIMAJ library.
*
*
* @author Bartosz Firyn (SarXos)
*/
public class OpenImajDriver implements WebcamDriver {
Expand All @@ -39,8 +39,7 @@ public GetDevicesTask(WebcamDriver driver) {

/**
* Return camera devices.
*
* @param grabber the native grabber to use for search
*
* @return Camera devices.
*/
public List<WebcamDevice> getDevices() {
Expand Down

0 comments on commit 6b47935

Please sign in to comment.