Skip to content

Commit b975695

Browse files
revert Default_Timestamp_Pattern
1 parent 0fbd22a commit b975695

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
/** Couchbase Source for weather data */
3535
public class CouchbaseWeatherSource extends WeatherSource {
3636
private static final Logger logger = LoggerFactory.getLogger(CouchbaseWeatherSource.class);
37-
/** The start of the document key, comparable to a table name in relational databases */
3837
private static final String DEFAULT_TIMESTAMP_PATTERN = "yyyy-MM-dd'T'HH:mm:ssxxx";
39-
38+
/** The start of the document key, comparable to a table name in relational databases */
4039
private static final String DEFAULT_KEY_PREFIX = "weather";
4140

4241
private final String keyPrefix;

0 commit comments

Comments
 (0)