Skip to content

Commit

Permalink
Fix license headers of the newly added noe
Browse files Browse the repository at this point in the history
  • Loading branch information
lochana-chathura committed Mar 15, 2022
1 parent 68d183e commit 439ccce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
* Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -28,7 +28,7 @@
/**
* This is a generated internal syntax tree node.
*
* @since 2.0.0
* @since 2201.1.0
*/
public class STSpreadMemberNode extends STNode {
public final STNode ellipsis;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
* Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand All @@ -24,7 +24,7 @@
/**
* This is a generated syntax tree node.
*
* @since 2.0.0
* @since 2022.1.0
*/
public class SpreadMemberNode extends NonTerminalNode {

Expand Down

0 comments on commit 439ccce

Please sign in to comment.