From 945450328e8e3760905ff72abca024eecbda3adb Mon Sep 17 00:00:00 2001 From: phonRathana <127619322+phonRathana@users.noreply.github.com> Date: Sun, 28 May 2023 23:11:49 +0700 Subject: [PATCH] Update java.json --- .github/java.json | 97 +++++++---------------------------------------- 1 file changed, 14 insertions(+), 83 deletions(-) diff --git a/.github/java.json b/.github/java.json index 63b302e..b9fd4c8 100644 --- a/.github/java.json +++ b/.github/java.json @@ -1,84 +1,15 @@ - - - - - Rathana Phone Shop1 - - - - - -

contact of your website

- - - -
-

Rathana Phone Store1

-
- -
-

Welcome to Rathana Phone Shop1

-

We offer a wide selection of the latest smartphones and accessories from all the major brands. Our knowledgeable staff can help you find the perfect device to fit your needs and budget.

-

Featured Products

- -

Contact km

-

Visit us at:

-

123 Main St.

-

Anytown, Phnom Penh

-

Phone: (085883923)

-

Email: info@rathanaphone29@gmail.com

-
- - - -``` +{ + "problemMatcher": [ + { + "owner": "java", + "pattern": [ + { + "regexp": "^Exception in thread \"(.*)\" (.*): (.*)$", + "code": 2, + "message": 3 + } + ] + } + ] + }