aboutsummaryrefslogtreecommitdiff
path: root/libraries/classparser/src/annotations.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-07-09 01:10:59 +0200
committerGitHub <noreply@github.com>2022-07-09 01:10:59 +0200
commite6fe701727268a5c2284fec2867c0a9bfe10b1aa (patch)
treece1097293bb6b5393fa1172a73cb2f13354c5234 /libraries/classparser/src/annotations.cpp
parent35a698ef725bf250a5348bea8c47ff3470be7515 (diff)
parent9ec260619b48447e398445aecd6651d319b8217e (diff)
downloadPrismLauncher-e6fe701727268a5c2284fec2867c0a9bfe10b1aa.tar.gz
PrismLauncher-e6fe701727268a5c2284fec2867c0a9bfe10b1aa.tar.bz2
PrismLauncher-e6fe701727268a5c2284fec2867c0a9bfe10b1aa.zip
Merge pull request #808 from Scrumplex/fix-lgtm-warnings
Diffstat (limited to 'libraries/classparser/src/annotations.cpp')
-rw-r--r--libraries/classparser/src/annotations.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/classparser/src/annotations.cpp b/libraries/classparser/src/annotations.cpp
index 18a9e880..89b201bc 100644
--- a/libraries/classparser/src/annotations.cpp
+++ b/libraries/classparser/src/annotations.cpp
@@ -79,7 +79,7 @@ element_value *element_value::readElementValue(util::membuffer &input,
}
return new element_value_array(ARRAY, vals, pool);
default:
- throw new java::classfile_exception();
+ throw java::classfile_exception();
}
}
-} \ No newline at end of file
+}