File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/org/springframework/boot/logging/logback
test/java/org/springframework/boot/logging/logback Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2017 the original author or authors.
2
+ * Copyright 2012-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2017 the original author or authors.
2
+ * Copyright 2012-2018 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -137,7 +137,7 @@ public void testBasicConfigLocation() throws Exception {
137
137
}
138
138
139
139
@ Test
140
- public void testNonDefaultConfigLocation () throws Exception {
140
+ public void testNonDefaultConfigLocation () {
141
141
int existingOutputLength = this .output .toString ().length ();
142
142
this .loggingSystem .beforeInitialize ();
143
143
this .loggingSystem .initialize (this .initializationContext ,
You can’t perform that action at this time.
0 commit comments