compilation error fix
This commit is contained in:
parent
95b1f5fc95
commit
e1a79cc594
@ -15,8 +15,8 @@
|
|||||||
*/
|
*/
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
import "proto_measurement_types.proto";
|
import "efento/proto_measurement_types.proto";
|
||||||
import "proto_rule.proto";
|
import "efento/proto_rule.proto";
|
||||||
|
|
||||||
option java_package = "org.thingsboard.server.gen.transport.coap";
|
option java_package = "org.thingsboard.server.gen.transport.coap";
|
||||||
option java_outer_classname = "ConfigProtos";
|
option java_outer_classname = "ConfigProtos";
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
import "proto_measurement_types.proto";
|
import "efento/proto_measurement_types.proto";
|
||||||
|
|
||||||
option java_package = "org.thingsboard.server.gen.transport.coap";
|
option java_package = "org.thingsboard.server.gen.transport.coap";
|
||||||
option java_outer_classname = "MeasurementsProtos";
|
option java_outer_classname = "MeasurementsProtos";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user