Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting errors #950

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ public class PicsValidator {
private int count = 0;

/**
*
* @param bacnetObjectType
* @param bacnetObjectProperty
* @param conformanceCode
* @param supported
* @param bacnetPointsMap
* @param verboseOutput
* Validate a bacnet property on a bacnet object as defined by the pics statement
*
* @param bacnetObjectType Name of the BACnet Objet type to validate against
* @param bacnetObjectProperty Name of the BACnet property to validate for the specified BACnetObject
* @param conformanceCode Define the R/W/O parameter for the specified property
* @param supported TRUE/FALSE, whether or not this property is supported
* @param bacnetPointsMap Points discovered for the device being validated
* @param verboseOutput Enable/Disble verbose output
*/
public void validate(
String bacnetObjectType,
Expand Down