Skip to content

Commit e9d23e1

Browse files
committed
RequestProcessor warning fixes and minor update
- use SortedSet#removeFirst instead of getFirst()+remove() - remove ThreadDeath and AccessController.doPrivileged() usage - convert Maps of type WeakHashMap to Set where applicable - generics rawtype warning fixes, diamonds, overrides and similar minor renovations - javadoc typos
1 parent 2b92f87 commit e9d23e1

3 files changed

Lines changed: 70 additions & 102 deletions

File tree

platform/openide.util/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
javac.release=17
17+
javac.release=21
1818
javac.compilerargs=-Xlint -Xlint:-serial
1919
javadoc.arch=${basedir}/arch.xml
2020
module.jar.dir=lib

0 commit comments

Comments
 (0)