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

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/extensions/DigestMD5StateInfo.java
@@ -56,7 +56,6 @@
   */
  public DigestMD5StateInfo(String nonce, String nonceCount)
  {
    this.nonce      = nonce;
    this.nonceCount = nonceCount;
  }
@@ -71,7 +70,6 @@
   */
  public String getNonce()
  {
    return nonce;
  }
@@ -86,7 +84,6 @@
   */
  public String getNonceCount()
  {
    return nonceCount;
  }
@@ -101,7 +98,6 @@
   */
  public void setNonceCount(String nonceCount)
  {
    this.nonceCount = nonceCount;
  }
}