← 返回首页
Make writeReportAssetsTo protected · utPLSQL/utPLSQL-java-api@0df0ee5 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 0df0ee5

Browse files
committed
Make writeReportAssetsTo protected
so extending Reporters can call it when necessary
1 parent a9c09e5 commit 0df0ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/main/java/org/utplsql/api/reporter/CoverageHTMLReporter.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public CoverageHTMLReporter(String selfType, Object[] attributes) {
2828
* @param targetDirectory Directory where the assets should be stored
2929
* @throws RuntimeException
3030
*/
31-
static void writeReportAssetsTo(Path targetDirectory) throws RuntimeException {
31+
protected static void writeReportAssetsTo(Path targetDirectory) throws RuntimeException {
3232
ResourceUtil.copyResources(Paths.get("CoverageHTMLReporter"), targetDirectory);
3333
}
3434

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.