Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Aug 30, 2019
1 parent 8dcdd53 commit eeca2f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions server/src/services/attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ impl AttributeService {
AttributeService {}
}

/// Spec:
///
/// This Service is used to read historical values or Events of one or more Nodes. For
/// Used to read historical values or Events of one or more Nodes. For
/// constructed Attribute values whose elements are indexed, such as an array, this Service
/// allows Clients to read the entire set of indexed values as a composite, to read individual
/// elements or to read ranges of elements of the composite. Servers may make historical
Expand Down Expand Up @@ -55,9 +53,7 @@ impl AttributeService {
}
}

/// Spec:
///
/// This Service is used to write values to one or more Attributes of one or more Nodes. For
/// Used to write values to one or more Attributes of one or more Nodes. For
/// constructed Attribute values whose elements are indexed, such as an array, this Service
/// allows Clients to write the entire set of indexed values as a composite, to write individual
/// elements or to write ranges of elements of the composite.
Expand Down

0 comments on commit eeca2f6

Please sign in to comment.