Skip to content

Commit 3599309

Browse files
kgeisjoehni
authored andcommitted
Update security.html
fix misspelling hierary → hierarchy
1 parent 2fde571 commit 3599309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xstream-distribution/src/content/security.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<!--
3-
Copyright (C) 2014, 2015, 2017, 2019, 2020, 2021, 2022, 2024 XStream committers.
3+
Copyright (C) 2014, 2015, 2017, 2019, 2020, 2021, 2022, 2024, 2025 XStream committers.
44
All rights reserved.
55
66
The software in this package is published under the terms of the BSD
@@ -370,14 +370,14 @@ <h1 id="framework">Security Framework</h1>
370370
XStream.allowTypesByRegExp(String...);
371371
XStream.allowTypesByRegExp(Pattern...);
372372
XStream.allowTypesByWildcard(String...);
373-
XStream.allowTypeHierary(Class&lt;?&gt;);
373+
XStream.allowTypeHierarchy(Class&lt;?&gt;);
374374
XStream.denyPermission(TypePermission);
375375
XStream.denyTypes(Class&lt;?&gt;...);
376376
XStream.denyTypes(String...);
377377
XStream.denyTypesByRegExp(String...);
378378
XStream.denyTypesByRegExp(Pattern...);
379379
XStream.denyTypesByWildcard(String...);
380-
XStream.denyTypeHierary(Class&lt;?&gt;);</pre></div>
380+
XStream.denyTypeHierarchy(Class&lt;?&gt;);</pre></div>
381381

382382
<p>The sequence of registration is essential. The most recently registered permission will be evaluated first.</p>
383383

0 commit comments

Comments
 (0)