diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-05-21 21:13:01 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-05-21 21:13:01 +0200 |
commit | 3292768c812c8368edb4aa4806451d3e6f3b1f6d (patch) | |
tree | 26081273c3e4bb1674788c38587df23969e8a984 /buildScripts/website.ant.xml | |
parent | c002c0b3c7f43115c70dbbc2319cf5f0ba277d8e (diff) | |
download | lombok-3292768c812c8368edb4aa4806451d3e6f3b1f6d.tar.gz lombok-3292768c812c8368edb4aa4806451d3e6f3b1f6d.tar.bz2 lombok-3292768c812c8368edb4aa4806451d3e6f3b1f6d.zip |
Fix website re. Delegate
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r-- | buildScripts/website.ant.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index b9546ee9..ef10ad41 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -1,5 +1,5 @@ <!-- - Copyright (C) 2010 The Project Lombok Authors. + Copyright (C) 2010-2014 The Project Lombok Authors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -146,10 +146,10 @@ such as converting the changelog into HTML, and creating javadoc. <param name="transformationName" value="Value" /> </antcall> <antcall target="-integrateSnippet"> - <param name="transformationName" value="Delegate" /> + <param name="transformationName" value="NonNull" /> </antcall> <antcall target="-integrateSnippet"> - <param name="transformationName" value="NonNull" /> + <param name="transformationName" value="experimental/Delegate" /> </antcall> <antcall target="-integrateSnippet"> <param name="transformationName" value="experimental/Builder" /> |