From 15704484c1453b48906119c047e5364bd0944d89 Mon Sep 17 00:00:00 2001 From: Vinay Gaba Date: Tue, 4 Jul 2017 16:29:58 -0700 Subject: [PATCH] Fix malformed HTML error --- .../main/java/com/vinaygaba/rubberstamp/PositionCalculator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/java/com/vinaygaba/rubberstamp/PositionCalculator.java b/library/src/main/java/com/vinaygaba/rubberstamp/PositionCalculator.java index 93dbe4c..c0307e3 100644 --- a/library/src/main/java/com/vinaygaba/rubberstamp/PositionCalculator.java +++ b/library/src/main/java/com/vinaygaba/rubberstamp/PositionCalculator.java @@ -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 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 getCoordinates(RubberStampPosition location, int bitmapWidth, int bitmapHeight,