From a163f5fb48e55e4b3650253914aa947d253eea76 Mon Sep 17 00:00:00 2001 From: kumar ankit Date: Sun, 14 Jan 2018 21:13:40 +0530 Subject: [PATCH] updating via git hub --- Sorts/InsertionSort.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sorts/InsertionSort.java b/Sorts/InsertionSort.java index c77b895f7a9d..9149389c5003 100644 --- a/Sorts/InsertionSort.java +++ b/Sorts/InsertionSort.java @@ -1,7 +1,8 @@ /** - * + * added a comment * @author Varun Upadhyay (https://github.com/varunu28) * + * */ class InsertionSort {