From d8ff4bd1886f4ee3a4d8fc7818dda4d5cdef8da2 Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj Date: Thu, 19 May 2022 01:58:12 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b7ed94..454aed7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Test Case Report](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/maven.yml/badge.svg?event=push)](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/maven.yml) [![Lint Code Base](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/super-linter.yml/badge.svg)](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/super-linter.yml) +[![Test Case Report](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/maven.yml/badge.svg?event=push)](https://github.com/dbc2201/JavaCodingProblem1/actions/workflows/maven.yml) # Java Coding Problems ## Chapter 1: Strings, Numbers, and Math From 3a84ff3aac9bbeac44391f52a2ec8fde8dcdcf20 Mon Sep 17 00:00:00 2001 From: dbc2201 Date: Thu, 26 May 2022 12:13:04 +0530 Subject: [PATCH 2/2] add throws statement in javadoc --- .idea/workspace.xml | 56 ++++++++++--------- .../dbc/DuplicateCharactersCounter.java | 1 + 2 files changed, 32 insertions(+), 25 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 186519c..4e9c26f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,7 @@