We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbd22a commit b975695Copy full SHA for b975695
src/main/java/edu/ie3/datamodel/io/source/couchbase/CouchbaseWeatherSource.java
@@ -34,9 +34,8 @@
34
/** Couchbase Source for weather data */
35
public class CouchbaseWeatherSource extends WeatherSource {
36
private static final Logger logger = LoggerFactory.getLogger(CouchbaseWeatherSource.class);
37
- /** The start of the document key, comparable to a table name in relational databases */
38
private static final String DEFAULT_TIMESTAMP_PATTERN = "yyyy-MM-dd'T'HH:mm:ssxxx";
39
-
+ /** The start of the document key, comparable to a table name in relational databases */
40
private static final String DEFAULT_KEY_PREFIX = "weather";
41
42
private final String keyPrefix;
0 commit comments