Skip to content

Commit

Permalink
make EchonetObject.EOJ internal
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Apr 3, 2024
1 parent 723978b commit 731a9f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public sealed class EchonetObject {
/// <summary>
/// EOJ
/// </summary>
public EOJ EOJ => new(
internal EOJ EOJ => new(
classGroupCode: Spec.ClassGroup.Code,
classCode: Spec.Class.Code,
instanceCode: InstanceCode
Expand Down

0 comments on commit 731a9f1

Please sign in to comment.