Skip to content

Commit 81a1107

Browse files
committed
Remove comment
1 parent 7004016 commit 81a1107

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

gxawsserverless/src/test/java/com/genexus/serverless/proxy/test/jersey/GeneXusAppAwsHttpApiProxyTest.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
1-
/*
2-
* Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance
5-
* with the License. A copy of the License is located at
6-
*
7-
* http://aws.amazon.com/apache2.0/
8-
*
9-
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
10-
* OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11-
* and limitations under the License.
12-
*/
131
package com.genexus.serverless.proxy.test.jersey;
142

15-
163
import com.amazonaws.serverless.proxy.internal.testutils.AwsProxyRequestBuilder;
174
import com.amazonaws.serverless.proxy.internal.testutils.MockLambdaContext;
185
import com.amazonaws.serverless.proxy.jersey.JerseyLambdaContainerHandler;
@@ -27,9 +14,6 @@
2714

2815
import static org.junit.Assert.assertEquals;
2916

30-
/**
31-
* Unit test class for the Jersey AWS_PROXY default implementation
32-
*/
3317
public class GeneXusAppAwsHttpApiProxyTest {
3418
private static final String CUSTOM_HEADER_KEY = "x-custom-header";
3519
private static final String CUSTOM_HEADER_VALUE = "my-custom-value";

0 commit comments

Comments
 (0)