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

gbellato
22.29.2006 415998ea7d71d151ffa561b7e5e2c2b024119576
Fix a typo in the javadoc
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/synchronization/OperationContext.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/synchronization/OperationContext.java
@@ -84,7 +84,7 @@
   * Get the change number of an operation.
   *
   * @param op The operation.
   * @return the hange number of the provided operation.
   * @return the change number of the provided operation.
   */
  public static ChangeNumber getChangeNumber(Operation op)
  {