Commit 9c0003f7 authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller

Fix indentation on Camcorder.java

Change-Id: Ie79734f6ba20a8ef3676c262028514627a1e7879
parent 6008ee02
......@@ -26,14 +26,14 @@ import java.util.Date;
*/
@DesignerComponent(version = YaVersion.CAMCORDER_COMPONENT_VERSION,
description = "A component to record a video using the device's camcorder." +
description = "A component to record a video using the device's camcorder." +
"After the video is recorded, the name of the file on the phone " +
"containing the clip is available as an argument to the " +
"AfterRecording event. The file name can be used, for example, to set " +
"the source property of a VideoPlayer component.",
category = ComponentCategory.MEDIA,
nonVisible = true,
iconName = "images/camcorder.png")
category = ComponentCategory.MEDIA,
nonVisible = true,
iconName = "images/camcorder.png")
@SimpleObject
public class Camcorder extends AndroidNonvisibleComponent
implements ActivityResultListener, Component {
......@@ -146,5 +146,3 @@ public class Camcorder extends AndroidNonvisibleComponent
EventDispatcher.dispatchEvent(this, "AfterRecording", clip);
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment