langtools/test/com/sun/javadoc/T6735320/T6735320.java
changeset 23971 f5ff1f5a8dee
parent 15713 55f55d4f5f9f
child 24072 e7549dcbc4af
equal deleted inserted replaced
23970:76f4acb11952 23971:f5ff1f5a8dee
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2014, 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.
    32 public class T6735320 extends JavadocTester {
    32 public class T6735320 extends JavadocTester {
    33 
    33 
    34     private static final String BUG_ID = "6735320";
    34     private static final String BUG_ID = "6735320";
    35     private static final String[] ARGS = new String[]{
    35     private static final String[] ARGS = new String[]{
    36         "-d", BUG_ID + ".out",
    36         "-d", BUG_ID + ".out",
    37         SRC_DIR + FS + "SerialFieldTest.java"
    37         SRC_DIR + "/SerialFieldTest.java"
    38     };
    38     };
    39 
    39 
    40     public String getBugId() {
    40     public String getBugId() {
    41         return BUG_ID;
    41         return BUG_ID;
    42     }
    42     }