File tree 5 files changed +15
-5
lines changed
src/jdk.jdi/share/classes/com/sun/jdi
5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1998, 2013 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1998, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
33
33
* Methods may be added to the interfaces in the JDI packages in future
34
34
* releases. Existing packages may be renamed if the JDI becomes a standard
35
35
* extension.
36
+ *
37
+ * @since 1.3
36
38
*/
37
39
38
40
package com .sun .jdi .connect ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2003, 2013 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2003, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
27
27
* This package comprises the interfaces and classes used to
28
28
* develop new {@link com.sun.jdi.connect.spi.TransportService}
29
29
* implementations.
30
+ *
31
+ * @since 1.5
30
32
*/
31
33
32
34
package com .sun .jdi .connect .spi ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1998, 2013 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1998, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
41
41
* Methods may be added to the interfaces in the JDI packages in future
42
42
* releases. Existing packages may be renamed if the JDI becomes a standard
43
43
* extension.
44
+ *
45
+ * @since 1.3
44
46
*/
45
47
46
48
package com .sun .jdi .event ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1998, 2013 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1998, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
42
42
* Methods may be added to the interfaces in the JDI packages in future
43
43
* releases. Existing packages may be renamed if the JDI becomes a standard
44
44
* extension.
45
+ *
46
+ * @since 1.3
45
47
*/
46
48
47
49
package com .sun .jdi ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1998, 2013 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1998, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
40
40
* Methods may be added to the interfaces in the JDI packages in future
41
41
* releases. Existing packages may be renamed if the JDI becomes a standard
42
42
* extension.
43
+ *
44
+ * @since 1.3
43
45
*/
44
46
45
47
package com .sun .jdi .request ;
You can’t perform that action at this time.
0 commit comments