Skip to content

Commit 11254c0

Browse files
authored
Merge pull request #48 from hellojavaer/1.0.x
1.0.x
2 parents 4b42185 + 53da6dc commit 11254c0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*.java.hsp
2+
*.sonarj
3+
*.sw*
4+
jxl.log
5+
jmx.log
6+
.settings
7+
.DS_Store
8+
.springBeans
9+
10+
classes/
11+
target/
12+
13+
# Eclipse
14+
.classpath
15+
.project
16+
17+
# IDEA
18+
*.iml
19+
*.ipr
20+
*.iws
21+
.idea
22+
out
23+
test-output
24+
atlassian-ide-plugin.xml

ddal-datasource/src/main/java/org/hellojavaer/ddal/datasource/DefaultDDALDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2017 the original author or authors.
2+
* Copyright 2017-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)