compilation error fix

This commit is contained in:
dashevchenko 2023-09-05 11:00:59 +03:00
parent 95b1f5fc95
commit e1a79cc594
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@
*/
syntax = "proto3";
import "proto_measurement_types.proto";
import "proto_rule.proto";
import "efento/proto_measurement_types.proto";
import "efento/proto_rule.proto";
option java_package = "org.thingsboard.server.gen.transport.coap";
option java_outer_classname = "ConfigProtos";

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
syntax = "proto3";
import "proto_measurement_types.proto";
import "efento/proto_measurement_types.proto";
option java_package = "org.thingsboard.server.gen.transport.coap";
option java_outer_classname = "MeasurementsProtos";