You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/03 08:21:38 UTC

[shardingsphere-elasticjob-lite] branch master updated: Remove useless ScriptJob interface (#918)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new 8caa9e0  Remove useless ScriptJob interface (#918)
8caa9e0 is described below

commit 8caa9e04639ed2bc628c19c11ff7bdb60547045b
Author: Liang Zhang <te...@163.com>
AuthorDate: Fri Jul 3 16:21:24 2020 +0800

    Remove useless ScriptJob interface (#918)
---
 .../elasticjob/lite/api/type/script/ScriptJob.java | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/elastic-job-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/api/type/script/ScriptJob.java b/elastic-job-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/api/type/script/ScriptJob.java
deleted file mode 100644
index 95e2204..0000000
--- a/elastic-job-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/api/type/script/ScriptJob.java
+++ /dev/null
@@ -1,26 +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.shardingsphere.elasticjob.lite.api.type.script;
-
-import org.apache.shardingsphere.elasticjob.lite.api.ElasticJob;
-
-/**
- * Script job.
- */
-public interface ScriptJob extends ElasticJob {
-}