liubao68 commented on a change in pull request #1660: [SCB-1815] Support sdk 
use different address to registry and discover…
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/1660#discussion_r397707391
 
 

 ##########
 File path: 
common/common-access-log/src/main/java/org/apache/servicecomb/common/accessLog/core/element/impl/DatetimeAccessConfigurableItem.java
 ##########
 @@ -49,15 +49,15 @@
   /**
    * all configuration is set to default value.
    */
-  public DatetimeConfigurableItemAccess() {
+  public DatetimeAccessConfigurableItem() {
     this(DEFAULT_DATETIME_PATTERN);
   }
 
   /**
    * the configurations not specified will get a default value.
    * @param config the format of configuration is "PATTERN|TIMEZONE|LOCALE" or 
"PATTERN". It depends on whether the config contains the separator "|"
    */
-  public DatetimeConfigurableItemAccess(String config) {
+  public DatetimeAccessConfigurableItem(String config) {
 
 Review comment:
   ConfigurableDatetimeAccessItem

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to