Showing
6 changed files
with
9 additions
and
11 deletions
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * you may not use this file except in compliance with the License. |
6 | 6 | * You may obtain a copy of the License at |
7 | 7 | * |
8 | - * http://www.apache.org/licenses/LICENSE-2.0 | |
8 | + * http://www.apache.org/licenses/LICENSE-2.0 | |
9 | 9 | * |
10 | 10 | * Unless required by applicable law or agreed to in writing, software |
11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | ... | ... |
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * you may not use this file except in compliance with the License. |
6 | 6 | * You may obtain a copy of the License at |
7 | 7 | * |
8 | - * http://www.apache.org/licenses/LICENSE-2.0 | |
8 | + * http://www.apache.org/licenses/LICENSE-2.0 | |
9 | 9 | * |
10 | 10 | * Unless required by applicable law or agreed to in writing, software |
11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | ... | ... |
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * you may not use this file except in compliance with the License. |
6 | 6 | * You may obtain a copy of the License at |
7 | 7 | * |
8 | - * http://www.apache.org/licenses/LICENSE-2.0 | |
8 | + * http://www.apache.org/licenses/LICENSE-2.0 | |
9 | 9 | * |
10 | 10 | * Unless required by applicable law or agreed to in writing, software |
11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | ... | ... |
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * you may not use this file except in compliance with the License. |
6 | 6 | * You may obtain a copy of the License at |
7 | 7 | * |
8 | - * http://www.apache.org/licenses/LICENSE-2.0 | |
8 | + * http://www.apache.org/licenses/LICENSE-2.0 | |
9 | 9 | * |
10 | 10 | * Unless required by applicable law or agreed to in writing, software |
11 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, | ... | ... |
... | ... | @@ -17,8 +17,6 @@ package org.thingsboard.server.dao.user; |
17 | 17 | |
18 | 18 | import com.google.common.util.concurrent.ListenableFuture; |
19 | 19 | import org.thingsboard.server.common.data.User; |
20 | -import org.thingsboard.server.common.data.asset.Asset; | |
21 | -import org.thingsboard.server.common.data.id.AssetId; | |
22 | 20 | import org.thingsboard.server.common.data.id.CustomerId; |
23 | 21 | import org.thingsboard.server.common.data.id.EdgeId; |
24 | 22 | import org.thingsboard.server.common.data.id.TenantId; | ... | ... |
... | ... | @@ -122,9 +122,9 @@ message RuleChainMetadataUpdateMsg { |
122 | 122 | int64 ruleChainIdMSB = 2; |
123 | 123 | int64 ruleChainIdLSB = 3; |
124 | 124 | int32 firstNodeIndex = 4; |
125 | - repeated RuleNodeProto nodes = 5; | |
126 | - repeated NodeConnectionInfoProto connections = 6; | |
127 | - repeated RuleChainConnectionInfoProto ruleChainConnections = 7; | |
125 | + repeated RuleNodeProto nodes = 5; | |
126 | + repeated NodeConnectionInfoProto connections = 6; | |
127 | + repeated RuleChainConnectionInfoProto ruleChainConnections = 7; | |
128 | 128 | } |
129 | 129 | |
130 | 130 | message RuleNodeProto { |
... | ... | @@ -255,8 +255,8 @@ message RuleChainMetadataRequestMsg { |
255 | 255 | } |
256 | 256 | |
257 | 257 | enum EdgeEntityType { |
258 | - DEVICE = 0; | |
259 | - ASSET = 1; | |
258 | + DEVICE = 0; | |
259 | + ASSET = 1; | |
260 | 260 | } |
261 | 261 | |
262 | 262 | /** | ... | ... |