Skip to content

Commit 03d0bab

Browse files
committed
nits
1 parent 19502ab commit 03d0bab

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

src/main/java/de/rwth/idsg/steve/repository/impl/OcppServerRepositoryImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
import org.jooq.Record1;
4242
import org.jooq.SelectConditionStep;
4343
import org.jooq.impl.DSL;
44-
import org.springframework.beans.factory.annotation.Autowired;
4544
import org.springframework.stereotype.Repository;
4645
import org.springframework.util.CollectionUtils;
4746

src/main/java/de/rwth/idsg/steve/repository/impl/OcppTagRepositoryImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.jooq.DSLContext;
3232
import org.jooq.JoinType;
3333
import org.jooq.Record10;
34-
import org.jooq.Record7;
3534
import org.jooq.RecordMapper;
3635
import org.jooq.Result;
3736
import org.jooq.SelectQuery;

src/test/java/de/rwth/idsg/steve/issues/Issue1219.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* SteVe - SteckdosenVerwaltung - https://github.com/steve-community/steve
3+
* Copyright (C) 2013-2024 SteVe Community Team
4+
* All Rights Reserved.
5+
*
6+
* This program is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* This program is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
119
package de.rwth.idsg.steve.issues;
220

321
import de.rwth.idsg.steve.SteveException;

0 commit comments

Comments
 (0)