diff -r f88c0e9cb102 -r 380e1f22e460 langtools/src/java.compiler/share/classes/javax/tools/StandardLocation.java --- a/langtools/src/java.compiler/share/classes/javax/tools/StandardLocation.java Mon Mar 13 10:59:56 2017 -0700 +++ b/langtools/src/java.compiler/share/classes/javax/tools/StandardLocation.java Mon Mar 13 11:27:30 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -111,8 +111,8 @@ /** * Location to search for module patches. + * @spec JPMS * @since 9 - * @spec JPMS */ PATCH_MODULE_PATH; @@ -165,6 +165,10 @@ } } + /** + * {@inheritDoc} + * @since 9 + */ @Override public boolean isModuleOrientedLocation() { switch (this) {