langtools/test/jdk/javadoc/doclet/testJavaFX/pkg1/C.java
changeset 41452 ddaef4bba083
parent 35426 374342e56a56
equal deleted inserted replaced
41451:a847c7aa25a7 41452:ddaef4bba083
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    50     public int i;
    50     public int i;
    51 
    51 
    52 
    52 
    53     /**
    53     /**
    54      * Defines the direction/speed at which the {@code Timeline} is expected to
    54      * Defines the direction/speed at which the {@code Timeline} is expected to
    55      * be played.
    55      * be played. This is the second line.
    56      * @defaultValue 11
    56      * @defaultValue 11
    57      * @since JavaFX 8.0
    57      * @since JavaFX 8.0
    58      */
    58      */
    59     private DoubleProperty rate;
    59     private DoubleProperty rate;
    60 
    60 
    69     public final void setPaused(boolean value) {}
    69     public final void setPaused(boolean value) {}
    70 
    70 
    71     public final double isPaused() {}
    71     public final double isPaused() {}
    72 
    72 
    73     /**
    73     /**
    74      * Defines if paused
    74      * Defines if paused. The second line.
    75      * @defaultValue false
    75      * @defaultValue false
    76      */
    76      */
    77     public final BooleanProperty pausedProperty() {}
    77     public final BooleanProperty pausedProperty() {}
    78 
    78 
    79     class DoubleProperty {}
    79     class DoubleProperty {}
    85     private class Inner {
    85     private class Inner {
    86         private BooleanProperty testMethodProperty() {}
    86         private BooleanProperty testMethodProperty() {}
    87 
    87 
    88         /**
    88         /**
    89          * Defines the direction/speed at which the {@code Timeline} is expected to
    89          * Defines the direction/speed at which the {@code Timeline} is expected to
    90          * be played.
    90          * be played. This is the second line.
    91          * @defaultValue 11
    91          * @defaultValue 11
    92          */
    92          */
    93         private DoubleProperty rate;
    93         private DoubleProperty rate;
    94 
    94 
    95         public final void setRate(double value) {}
    95         public final void setRate(double value) {}