From ae1f353eeed5c4b5dd8d3011e3627ed8f2958b80 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 3 Jun 2026 10:45:40 -0700 Subject: [PATCH] Fix javadoc errors. --- core/src/main/java/com/threerings/media/ZoomManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/threerings/media/ZoomManager.java b/core/src/main/java/com/threerings/media/ZoomManager.java index db3ba9e7..0f78c2f3 100644 --- a/core/src/main/java/com/threerings/media/ZoomManager.java +++ b/core/src/main/java/com/threerings/media/ZoomManager.java @@ -53,7 +53,7 @@ public class ZoomManager { * Rescales the given bounds rectangle based on the current zoom level. * Useful when the zoom level changes to update the viewport. * - * @param viewport the rectangle to rescale + * @param viewPort the rectangle to rescale * @param width the new width * @param height the new height * @return a new rectangle representing the rescaled bounds @@ -97,7 +97,7 @@ public class ZoomManager { * center of the viewport. * * @param viewPort the viewport rectangle - * @param toAdjust the point to adjust + * @param screenPoint the point to adjust * @return a new point representing the adjusted coordinates */ public Point screenToVirtual(Rectangle viewPort, Point screenPoint) {