Searched refs:timestampStrings (Results 1 – 1 of 1) sorted by relevance
115 String[] timestampStrings = new String[]{ in testTimestampConcurrentParsing() local121 Timestamp[] timestampValues = new Timestamp[timestampStrings.length]; in testTimestampConcurrentParsing()122 for (int i = 0; i < timestampStrings.length; i++) { in testTimestampConcurrentParsing()123 timestampValues[i] = TimeUtil.parseTimestamp(timestampStrings[i]); in testTimestampConcurrentParsing()134 timestampStrings, timestampValues); in testTimestampConcurrentParsing()