Skip to content

Commit

Permalink
不在打印路径与类的关系
Browse files Browse the repository at this point in the history
  • Loading branch information
你需要一台永动机 committed Jan 17, 2020
1 parent d1b5900 commit b6d093a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ class MetroProcessor : AbstractProcessor() {
val station: Station = it.getAnnotation(Station::class.java)
rootMap.add(Pair(station.path, te))

this.messager?.printMessage(
Diagnostic.Kind.WARNING,
"=============> 路径=${station.path} 类=${te.asClassName()}}"
)
// this.messager?.printMessage(
// Diagnostic.Kind.WARNING,
// "=============> 路径=${station.path} 类=${te.asClassName()}}"
// )
}

for ((path, te) in rootMap) {
Expand Down

0 comments on commit b6d093a

Please # to comment.