Skip to content

Commit 5323095

Browse files
committed
Fix broken build
1 parent 4ad2f1d commit 5323095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/jdbc/DatabaseDriverClassNameTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -46,7 +46,7 @@ public class DatabaseDriverClassNameTests {
4646
private static final Set<DatabaseDriver> EXCLUDED_DRIVERS = Collections
4747
.unmodifiableSet(EnumSet.of(DatabaseDriver.UNKNOWN, DatabaseDriver.ORACLE,
4848
DatabaseDriver.DB2, DatabaseDriver.DB2_AS400, DatabaseDriver.INFORMIX,
49-
DatabaseDriver.TERADATA));
49+
DatabaseDriver.SAP, DatabaseDriver.TERADATA));
5050

5151
private final String className;
5252

0 commit comments

Comments
 (0)