Skip to content

Commit 7454691

Browse files
committed
Address comments in review
(This commit needs to be squashed) - Add @noreference to monitor-aware point and rectangle - Remove empty lines
1 parent 8aa2a6a commit 7454691

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/MonitorAwarePoint.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* translate the points between pixels and points
2323
*
2424
* @since 3.129
25+
* @noreference This class is not intended to be referenced by clients
2526
*/
2627
public final class MonitorAwarePoint extends Point {
2728

bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/MonitorAwareRectangle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* translate the rectangles between pixels and points
2323
*
2424
* @since 3.129
25+
* @noreference This class is not intended to be referenced by clients
2526
*/
2627
public final class MonitorAwareRectangle extends Rectangle {
2728

bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MultiZoomCoordinateSystemMapper.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,4 @@ private int getApplicableMonitorZoom(Monitor monitor) {
268268
return DPIUtil.getZoomForAutoscaleProperty(monitor.zoom);
269269
}
270270

271-
272-
273-
274-
275271
}

0 commit comments

Comments
 (0)