Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrodriguez committed Jan 22, 2024
1 parent c594ca2 commit 28ef7e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -65,7 +65,7 @@ protected BytecodeParser createBytecodeParser(StructuredGraph graph, BytecodePar
}

/**
* A non-abstract subclass of {@link BytecodeParser}
* A non-abstract subclass of {@link BytecodeParser} for testing purposes.
*/
static class DefaultBytecodeParser extends BytecodeParser {
protected DefaultBytecodeParser(GraphBuilderPhase.Instance graphBuilderInstance, StructuredGraph graph, BytecodeParser parent, ResolvedJavaMethod method, int entryBCI,
Expand Down

0 comments on commit 28ef7e1

Please sign in to comment.