Skip to content

Commit

Permalink
chore: remove unnecessary annotation (#1791)
Browse files Browse the repository at this point in the history
* chore: remove unnecessary annotation

* add copyright

* remove unused import
  • Loading branch information
KazuCocoa authored Nov 3, 2022
1 parent e0ab871 commit 8f6e2cf
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/main/java/io/appium/java_client/remote/DirectConnect.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package io.appium.java_client.remote;

import lombok.AccessLevel;
import lombok.Getter;
import lombok.experimental.Accessors;

import javax.annotation.Nullable;
import java.net.MalformedURLException;
Expand All @@ -13,7 +28,6 @@

import static io.appium.java_client.internal.CapabilityHelpers.APPIUM_PREFIX;

@Accessors
public class DirectConnect {
private static final String DIRECT_CONNECT_PROTOCOL = "directConnectProtocol";
private static final String DIRECT_CONNECT_PATH = "directConnectPath";
Expand Down

0 comments on commit 8f6e2cf

Please sign in to comment.