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

gbellato
22.29.2006 72477701c8a2a43d53d3385976cb8f511908a608
Fix a typo in the javadoc
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/synchronization/OperationContext.java 2 ●●● patch | view | raw | blame | history
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)
  {