File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 126
126
</dependency >
127
127
</dependencies >
128
128
<configuration >
129
- <configLocation >checkstyle.xml</configLocation >
130
- <suppressionsLocation >suppressions.xml</suppressionsLocation >
129
+ <configLocation >sdk/ checkstyle.xml</configLocation >
130
+ <suppressionsLocation >sdk/ suppressions.xml</suppressionsLocation >
131
131
<consoleOutput >true</consoleOutput >
132
132
<failOnViolation >true</failOnViolation >
133
133
<includeResources >true</includeResources >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
- ~ Copyright (C) 2015 Google Inc.
3
+ ~ Copyright (C) 2017 Google Inc.
4
4
~
5
5
~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
6
~ use this file except in compliance with the License. You may obtain a copy of
@@ -30,7 +30,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
30
30
notice, so that this required text appears on the second line:
31
31
<pre>
32
32
/*
33
- * Copyright 2015 Google Inc.
33
+ * Copyright 2017 Google Inc.
34
34
*
35
35
* (details of open-source license...)
36
36
</pre>
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
- ~ Copyright (C) 2015 Google Inc.
3
+ ~ Copyright (C) 2017 Google Inc.
4
4
~
5
5
~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
6
~ use this file except in compliance with the License. You may obtain a copy of
You can’t perform that action at this time.
0 commit comments