You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/09/22 05:35:52 UTC

[incubator-linkis] branch dev-1.3.1 updated: remove unuseful ProtocolNotMatchException (#3490)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
     new ab613f0ae remove unuseful ProtocolNotMatchException (#3490)
ab613f0ae is described below

commit ab613f0aed75d69a93fba5e6d33fa33312d8c106
Author: huangxiaoping <35...@users.noreply.github.com>
AuthorDate: Thu Sep 22 13:35:47 2022 +0800

    remove unuseful ProtocolNotMatchException (#3490)
---
 .../exception/ProtocolNotMatchException.scala      | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/linkis-public-enhancements/linkis-context-service/linkis-cs-client/src/main/scala/org/apache/linkis/cs/client/exception/ProtocolNotMatchException.scala b/linkis-public-enhancements/linkis-context-service/linkis-cs-client/src/main/scala/org/apache/linkis/cs/client/exception/ProtocolNotMatchException.scala
deleted file mode 100644
index e4c0e35a8..000000000
--- a/linkis-public-enhancements/linkis-context-service/linkis-cs-client/src/main/scala/org/apache/linkis/cs/client/exception/ProtocolNotMatchException.scala
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  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 org.apache.linkis.cs.client.exception
-
-import org.apache.linkis.common.exception.ErrorException
-
-case class ProtocolNotMatchException(errMsg: String) extends ErrorException(70059, errMsg)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org