jdk/src/java.base/share/classes/java/lang/ProcessBuilder.java
changeset 32649 2ee9017c7597
parent 29601 d6e9fbd8497a
child 32763 c11c2b9b45a5
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   456      * <p>Each of the above categories has an associated unique
   456      * <p>Each of the above categories has an associated unique
   457      * {@link Type Type}.
   457      * {@link Type Type}.
   458      *
   458      *
   459      * @since 1.7
   459      * @since 1.7
   460      */
   460      */
   461     public static abstract class Redirect {
   461     public abstract static class Redirect {
   462         /**
   462         /**
   463          * The type of a {@link Redirect}.
   463          * The type of a {@link Redirect}.
   464          */
   464          */
   465         public enum Type {
   465         public enum Type {
   466             /**
   466             /**