src/java.base/share/classes/java/lang/module/ModuleDescriptor.java
changeset 47866 39db80b32b69
parent 47216 71c04702a3d5
child 48261 43edfde828ab
equal deleted inserted replaced
47865:53440b6353b6 47866:39db80b32b69
  1591         }
  1591         }
  1592 
  1592 
  1593         /**
  1593         /**
  1594          * Adds a dependence on a module with the given (and possibly empty)
  1594          * Adds a dependence on a module with the given (and possibly empty)
  1595          * set of modifiers. The dependence includes the version of the
  1595          * set of modifiers. The dependence includes the version of the
  1596          * module that that was recorded at compile-time.
  1596          * module that was recorded at compile-time.
  1597          *
  1597          *
  1598          * @param  ms
  1598          * @param  ms
  1599          *         The set of modifiers
  1599          *         The set of modifiers
  1600          * @param  mn
  1600          * @param  mn
  1601          *         The module name
  1601          *         The module name