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
-
-
-
-
-
- Home
- About
- Phones
- Accessories
- Contact
-
-
- 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
-
- Samsung Galaxy S21
- Apple iPhone 12 Pro
- OnePlus 9 Pro
- teblet
-
- 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
+ }
+ ]
+ }
+ ]
+ }