From 85e8a6baf9ed8492971b39f0401f99aa41080614 Mon Sep 17 00:00:00 2001 From: mmuralicse44 <108916690+mmuralicse44@users.noreply.github.com> Date: Mon, 15 Aug 2022 22:40:42 +0530 Subject: [PATCH] added my name in last line --- JavaCollections/src/listExamples/ArrayListExample.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JavaCollections/src/listExamples/ArrayListExample.java b/JavaCollections/src/listExamples/ArrayListExample.java index 532a937..816cd6d 100644 --- a/JavaCollections/src/listExamples/ArrayListExample.java +++ b/JavaCollections/src/listExamples/ArrayListExample.java @@ -163,7 +163,6 @@ public static void main(String[] args) { ArrayListExample example= new ArrayListExample(); example.arrayListExample(); //example.syncArrayListExample(); - } - } +//murali