mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Use Javadoc formatting for Java comments. (#66)
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
|
||||
package edu.wpi.cscore;
|
||||
|
||||
/// An exception raised by the camera server.
|
||||
/**
|
||||
* An exception raised by the camera server.
|
||||
*/
|
||||
public class VideoException extends RuntimeException {
|
||||
public VideoException(String msg) {
|
||||
super(msg);
|
||||
|
||||
Reference in New Issue
Block a user