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

Jean-Noel Rouvignac
23.26.2013 12501a35972982104579e6eaa459e244e0f625b3
Transformed comments into javadocs.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/types/Control.java 4 ●●●● patch | view | raw | blame | history
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;