Skip to content

Commit

Permalink
fix(plc4go/spi): fixed npe while rendering fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Sep 30, 2022
1 parent 14e7d84 commit 7651ed1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion plc4go/spi/model/DefaultPlcSubscriptionHandle.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

//go:generate go run ../../tools/plc4xgenerator/gen.go -type=DefaultPlcSubscriptionHandle
type DefaultPlcSubscriptionHandle struct {
handleToRegister model.PlcSubscriptionHandle
handleToRegister model.PlcSubscriptionHandle `ignore:"true"`
plcSubscriber spi.PlcSubscriber
}

Expand Down
19 changes: 0 additions & 19 deletions plc4go/spi/model/DefaultPlcSubscriptionHandle_plc4xgen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7651ed1

Please sign in to comment.