Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,566 changes: 3 additions & 1,563 deletions pkl-parser/src/main/java/org/pkl/parser/GenericParser.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2025 Apple Inc. and the Pkl project authors. All rights reserved.
* Copyright © 2025-2026 Apple Inc. and the Pkl project authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@

import org.pkl.parser.syntax.generic.FullSpan;

public class GenericParserError extends RuntimeException {
public final class GenericParserError extends RuntimeException {
private final FullSpan span;

public GenericParserError(String msg, FullSpan span) {
Expand Down
Loading
Loading