Skip to content

Commit

Permalink
Fix malformed HTML error
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Jul 4, 2017
1 parent 697b3be commit 1570448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class PositionCalculator {
* @param bitmapHeight The height of the bitmap where the rubberstamp will be drawn
* @param rubberstampWidth The width of the rubberstamp
* @param rubberstampHeight The height of the rubberstamp
* @return Returns a Pair<Integer, Integer> object which has the x-coordinate and the y-coordinate
* @return Returns a Pair object which has the x-coordinate and the y-coordinate
*/
public static Pair<Integer, Integer> getCoordinates(RubberStampPosition location,
int bitmapWidth, int bitmapHeight,
Expand Down

0 comments on commit 1570448

Please sign in to comment.