From d91bbde8bd52c9e6af84366c24ded3979f350586 Mon Sep 17 00:00:00 2001 From: Isaac Barker Date: Fri, 20 Mar 2026 21:00:09 -0400 Subject: [PATCH] Fix < and > rendering in javadoc in LimelightHelpers.java --- LimelightHelpers.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LimelightHelpers.java b/LimelightHelpers.java index ded212c..c33df40 100644 --- a/LimelightHelpers.java +++ b/LimelightHelpers.java @@ -1762,7 +1762,7 @@ public static void SetIMUAssistAlpha(String limelightName, double alpha) { * Configures the throttle value. Set to 100-200 while disabled to reduce thermal output/temperature. * * @param limelightName Name/identifier of the Limelight - * @param throttle Defaults to 0. Your Limelgiht will process one frame after skipping frames. + * @param throttle Defaults to 0. Your Limelgiht will process one frame after skipping <throttle> frames. */ public static void SetThrottle(String limelightName, int throttle) { setLimelightNTDouble(limelightName, "throttle_set", throttle); @@ -1944,4 +1944,4 @@ public static void setupPortForwardingUSB(int usbIndex) { PortForwarder.add(basePort + i, ip, 5800 + i); } } -} \ No newline at end of file +}