diff options
Diffstat (limited to 'admin/notes/java')
| -rw-r--r-- | admin/notes/java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/java b/admin/notes/java index 891096cd406..e10f09f780f 100644 --- a/admin/notes/java +++ b/admin/notes/java | |||
| @@ -445,7 +445,7 @@ loaded by the special invocation: | |||
| 445 | where ``static'' defines a section of code which will be run upon the | 445 | where ``static'' defines a section of code which will be run upon the |
| 446 | object (containing class) being loaded. This is like: | 446 | object (containing class) being loaded. This is like: |
| 447 | 447 | ||
| 448 | __attribute__((constructor)) | 448 | __attribute__ ((constructor)) |
| 449 | 449 | ||
| 450 | on systems where shared object constructors are supported. | 450 | on systems where shared object constructors are supported. |
| 451 | 451 | ||