: 是非法字符,无法作为文件名

: 是非法字符,无法作为文件名
master
singinginwind 2018-03-28 17:08:26 +08:00 committed by GitHub
parent 448e528140
commit b74264be69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class GithubRepo implements HasKey {
@Override @Override
public String key() { public String key() {
return author+":"+name; return author+"_"+name;
} }
public String getName() { public String getName() {