Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 14, 2024
1 parent 184fcf3 commit e2b5d35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/00.home/homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To find out more about getting involved as a developer with Lucee, checkout our

Lucee 6.1 is the next major release, currently at the final Release Candidate stage.

Targeting better performance, Lucee 6.1 has full support for Java 11 thru 21.
Targeting better performance and reduced memory usuage, Lucee 6.1 now has full support for Java 11 thru 21.

## Lucee 6.0

Expand Down
8 changes: 4 additions & 4 deletions docs/03.reference/02.tags/function/_attributes/modifier.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
used to denote a function as abstract (implementation must be defined in extended component), static (does not access instance variables in the component) or final (implementation cannot be extended).
Use modifier to denote a function as abstract, static or final.

- final
- abstract
- static
- abstract: implementation must be defined in extended component.
- final: implementation cannot be extended.
- static: does not access instance variables in the component.

0 comments on commit e2b5d35

Please sign in to comment.