Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix annotation processor (#3038)
Browse files Browse the repository at this point in the history
* Fix annotation processor

Comments is not allowed. Got rid of the license info and exluce it from
rat

* clean up
  • Loading branch information
nwangtw authored and Neng Lu committed Oct 11, 2018
1 parent 65f90e0 commit 45043bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .rat-excludes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Files start with .
\..*

# Data/doc files
.*\.conf
.*\.json
.*\.md
Expand All @@ -8,12 +10,9 @@
.*\.patch

_helpers\.tpl
ADOPTERS\.md
CONTRIBUTING\.md
autogen\.sh
description
heron\.iml
test\.conf

# UI resources
jquery.*\.js
Expand All @@ -31,6 +30,7 @@ underscore-min.*\.map
bazel-.*
m4
website
META-INF

# Thirdparty
cpplint\.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
/**
* 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.
*/

org.apache.heron.classification.HeronAnnotationProcessor

0 comments on commit 45043bb

Please sign in to comment.