Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff5c934c authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

Merge "docs: Added missing comma in RectF class description." into qt-dev am:...

Merge "docs: Added missing comma in RectF class description." into qt-dev am: 0c77665c am: 12873fe3 am: 79f98506
am: 809846cd

Change-Id: I806987db334f487b6f86f9c1599c7561dd111cd8
parents 887f70d8 809846cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import java.io.PrintWriter;

/**
 * RectF holds four float coordinates for a rectangle. The rectangle is
 * represented by the coordinates of its 4 edges (left, top, right bottom).
 * represented by the coordinates of its 4 edges (left, top, right, bottom).
 * These fields can be accessed directly. Use width() and height() to retrieve
 * the rectangle's width and height. Note: most methods do not check to see that
 * the coordinates are sorted correctly (i.e. left <= right and top <= bottom).