Skip to content

Commit

Permalink
🍻 Writing code drunkenly
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Jul 21, 2019
1 parent 8c23fb4 commit 3dc4b5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private ModelConstants() {
public static final String CUSTOMER_ID_PROPERTY = "customer_id";

/**
* user constants
* repository constants
*/
public static final String USER_PG_HIBERNATE_COLUMN_FAMILY_NAME = "ga_user";
public static final String USER_TENANT_ID_PROPERTY = TENANT_ID_PROPERTY;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public Set<AttributeKvEntry> getAttributes() {

@Override
public String toString() {
return "BasicAttributesUpdateRequest [data=" + data + "]";
return "BasicAttributesUpdateRequest [dao=" + data + "]";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Map<Long, List<KvEntry>> getData() {

@Override
public String toString() {
return "BasicTelemetryUploadRequest [data=" + data + "]";
return "BasicTelemetryUploadRequest [dao=" + data + "]";
}


Expand Down

0 comments on commit 3dc4b5d

Please sign in to comment.