Skip to content

Commit 9f23fd5

Browse files
author
admin
committed
EVERYTHING IS FINE NOW
1 parent 6473e38 commit 9f23fd5

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>bdd-security</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: java
2+
3+
script:
4+
- ./gradlew buildIt

src/test/java/net/continuumsecurity/Config.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public int getMaxDepth() {
101101
public String getClassName() {
102102
return validateAndGetString("class");
103103
}
104-
104+
105105
public String getBaseUrl() {
106106
return validateAndGetString("baseUrl");
107107
}

0 commit comments

Comments
 (0)