mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
VideoProperty: rename type() to getType().
This commit is contained in:
@@ -26,7 +26,7 @@ public class VideoProperty {
|
||||
return CameraServerJNI.getPropertyName(m_handle);
|
||||
}
|
||||
|
||||
public Type type() {
|
||||
public Type getType() {
|
||||
return m_type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user