mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8202675: Replace process-wide terminology in serial filtering to be consistent
Reviewed-by: alanb, lancea
This commit is contained in:
parent
045cf9733d
commit
0ec2218c50
4 changed files with 23 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2019, 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
|
||||
|
@ -201,7 +201,7 @@ public interface ObjectStreamConstants {
|
|||
new SerializablePermission("enableSubclassImplementation");
|
||||
|
||||
/**
|
||||
* Enable setting the process-wide serial filter.
|
||||
* Enable setting the system-wide serial filter.
|
||||
*
|
||||
* @see java.io.ObjectInputFilter.Config#setSerialFilter(ObjectInputFilter)
|
||||
* @since 9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue