File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 "name" : " Product Distribution Layer" ,
44 "organization" : " U.S. Geological Survey" ,
55 "description" : " Distribution system used for derived earthquake information" ,
6- "version" : " v2.7.9 " ,
6+ "version" : " v2.7.10 " ,
77 "status" : " Production" ,
88 "permissions" : {
99 "usageType" : " openSource" ,
2727 "email" : " jmfee@usgs.gov"
2828 },
2929 "date" : {
30- "metadataLastUpdated" : " 2021-02-10 "
30+ "metadataLastUpdated" : " 2021-06-21 "
3131 }
3232 }
3333]
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public class ProductClient extends DefaultConfigurable implements
6464 ProductClientMBean , Bootstrappable {
6565
6666 /** The "release" version number. */
67- public static final String RELEASE_VERSION = "Version 2.7.9 2021-02-10 " ;
67+ public static final String RELEASE_VERSION = "Version 2.7.10 2021-06-21 " ;
6868
6969 /** Property name used on products for current RELEASE_VERSION. */
7070 public static final String PDL_CLIENT_VERSION_PROPERTY = "pdl-client-version" ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class FutureExecutorTask<T> extends ExecutorTask<T> {
3737 * Construct a new ExecutorTask
3838 *
3939 * @param backgroundService
40- * ExecutorService used to execute callableÍ
40+ * ExecutorService used to execute callable.
4141 * @param service
4242 * ExecutorService that this task will be submitted to.
4343 * @param maxTries
You can’t perform that action at this time.
0 commit comments