This commit is contained in:
Phillip Webb
2015-02-09 11:39:33 -08:00
parent 5922cfa41f
commit 636898f9ad
9 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2014 the original author or authors.
* Copyright 2012-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -55,4 +55,5 @@ public class SampleRedisApplicationTests {
}
return (ex.getCause() == null || redisServerRunning(ex.getCause()));
}
}