Skip to content
Snippets Groups Projects
Commit d336e9d3 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

comment in SequenceNode

parent 3cb6660c
Branches
No related tags found
No related merge requests found
/*
* Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2015, 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
......@@ -81,7 +81,8 @@ public class SequenceNode extends RNode {
/**
* Ensures that {@code node} is a {@link SequenceNode} by converting any other node to a single
* length sequence.
* length sequence. This is important because sequences are meaningful to the instrumentation
* framework.
*/
public static RNode ensureSequence(RNode node) {
if (node == null || node instanceof SequenceNode) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment