Skip to content

Commit 585521f

Browse files
committed
[#47] Fixed checkstyle errors
1 parent f09c949 commit 585521f

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

atom-codegen/src/main/java/oo/atom/codegen/bytebuddy/smt/AssertTokenToRepresentExpectedStackManipulation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
import java.util.function.Supplier;
2727
import net.bytebuddy.implementation.bytecode.StackManipulation;
28-
import oo.atom.codegen.bytebuddy.smt.StackManipulationToken;
2928
import oo.atom.tests.Assertion;
3029
import oo.atom.tests.InferredAssertion;
3130

atom-codegen/src/main/java/oo/atom/codegen/bytebuddy/smt/AssertTokensToRepresentIdenticalBytecode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424
package oo.atom.codegen.bytebuddy.smt;
2525

26-
import oo.atom.codegen.bytebuddy.smt.StackManipulationToken;
2726
import oo.atom.tests.Assertion;
2827
import oo.atom.tests.InferredAssertion;
2928

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* The MIT License
3+
*
4+
* Copyright 2017 Kapralov Sergey.
5+
*
6+
* Permission is hereby granted, free of charge, to any person obtaining a copy
7+
* of this software and associated documentation files (the "Software"), to deal
8+
* in the Software without restriction, including without limitation the rights
9+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
* copies of the Software, and to permit persons to whom the Software is
11+
* furnished to do so, subject to the following conditions:
12+
*
13+
* The above copyright notice and this permission notice shall be included in
14+
* all copies or substantial portions of the Software.
15+
*
16+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
* THE SOFTWARE.
23+
*/
24+
package oo.atom.codegen.bytebuddy.smt.internals;

0 commit comments

Comments
 (0)