File tree 2 files changed +4
-9
lines changed
src/jdk.jsobject/share/classes/netscape/javascript
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2006, 2016 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2006, 2023 , 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
29
29
* Thrown when an exception is raised in the JavaScript engine. This is merely
30
30
* a marker class to indicate an exception relating to the JavaScript
31
31
* interface.
32
+ * @since 1.5
32
33
*/
33
34
public class JSException extends RuntimeException {
34
35
private static final long serialVersionUID = 2778103758223661489L ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2006, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2006, 2023 , 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
25
25
26
26
package netscape .javascript ;
27
27
28
- import java .security .AccessController ;
29
- import java .security .PrivilegedAction ;
30
- import java .util .Iterator ;
31
- import java .util .ServiceLoader ;
32
-
33
28
/**
34
29
* <p>
35
30
* Allows Java code to manipulate JavaScript objects.
48
43
* converted to Java data types. Certain data passed to the JavaScript
49
44
* engine is converted to JavaScript data types.
50
45
* </p>
51
- *
46
+ * @since 1.5
52
47
*/
53
- @ SuppressWarnings ("deprecation" )
54
48
public abstract class JSObject {
55
49
/**
56
50
* Constructs a new JSObject. Users should neither call this method nor
You can’t perform that action at this time.
0 commit comments