Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
1ce7591fc1f37d983cbb77efba576d5398f9de49
Authored by
Chris Eykamp
2017-10-04 15:40:57 -0700
1 parent
80e8b2ef
Whitespace
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
common/data/src/main/java/org/thingsboard/server/common/data/Customer.java
common/data/src/main/java/org/thingsboard/server/common/data/Customer.java
View file @
1ce7591
...
...
@@ -159,5 +159,4 @@ public class Customer extends ContactBased<CustomerId> implements HasName {
159
159
builder
.
append
(
"]"
);
160
160
return
builder
.
toString
();
161
161
}
162
-
163
162
}
...
...