mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8298405: Implement JEP 467: Markdown Documentation Comments
8329296: Update Elements for '///' documentation comments Co-authored-by: Jim Laskey <jlaskey@openjdk.org> Reviewed-by: prappo, darcy, hannesw
This commit is contained in:
parent
39a55e9779
commit
0a58cffe88
250 changed files with 26320 additions and 712 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2024, 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
|
||||
|
@ -46,7 +46,7 @@ final class JrtFileAttributes implements BasicFileAttributes {
|
|||
this.node = node;
|
||||
}
|
||||
|
||||
///////// basic attributes ///////////
|
||||
//-------- basic attributes --------
|
||||
@Override
|
||||
public FileTime creationTime() {
|
||||
return node.creationTime();
|
||||
|
@ -92,7 +92,7 @@ final class JrtFileAttributes implements BasicFileAttributes {
|
|||
return node.resolveLink(true);
|
||||
}
|
||||
|
||||
///////// jrtfs specific attributes ///////////
|
||||
//-------- jrtfs specific attributes --------
|
||||
/**
|
||||
* Compressed resource file. If not available or not applicable, 0L is
|
||||
* returned.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue