jdk/test/com/sun/net/httpserver/bugs/B6433018.java
changeset 45028 b0ea3c0bfb81
parent 21632 82c2718908e5
equal deleted inserted replaced
45027:0cf367e546fb 45028:b0ea3c0bfb81
     1 /*
     1 /*
     2  * Copyright (c) 2006, 2013 Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2006, 2013, 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.
   101             t.close();
   101             t.close();
   102             finished.countDown();
   102             finished.countDown();
   103         }
   103         }
   104     }
   104     }
   105 }
   105 }
   106