< prev index next >

test/com/sun/jmx/mbeanserver/introspector/SimpleIntrospectorTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 1,6 **** - /* * Copyright (c) 2015, 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 --- 1,5 ----
*** 32,41 **** --- 31,41 ---- * the JavaBeans property naming convention of always starting * with a lower-case letter * * @author Jaroslav Bachorik * @modules java.management/com.sun.jmx.mbeanserver:open + * * @run clean SimpleIntrospectorTest * @run build SimpleIntrospectorTest BeanClass * @run main SimpleIntrospectorTest */ public class SimpleIntrospectorTest {
< prev index next >