mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
Use all the children of a tag instead of just data elements, because the data elements don't have whitespaces that are needed to figure out if there is a line break. GitOrigin-RevId: d04879b67145a9033f750c730fc0a348ed5a7d76
11 lines
99 B
Java
11 lines
99 B
Java
/**
|
|
* @deprecated reason.
|
|
*
|
|
* <pre>
|
|
* line 1
|
|
* line 2
|
|
* </pre>
|
|
*/
|
|
class Scratch {
|
|
}
|