mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
23.26.2013 b5cbd037207f8244e65881011362db3bd724476d
Transformed comments into javadocs.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/types/Control.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/Control.java
@@ -42,10 +42,10 @@
     mayInvoke=true)
public abstract class Control
{
  // The criticality for this control.
  /** The criticality for this control. */
  private boolean isCritical;
  // The OID for this control.
  /** The OID for this control. */
  private String oid;