Skip to content

Commit 6858464

Browse files
committed
Revert LazyValue documentation tags
1 parent e309b96 commit 6858464

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CodenameOne/src/com/codename1/util/LazyValue.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*
3030
* @author Shai Almog
3131
*/
32-
// tag::lazyValueInterface[]
3332
public interface LazyValue<T> {
3433
/**
3534
* Returns the actual value
@@ -39,4 +38,3 @@ public interface LazyValue<T> {
3938
*/
4039
T get(Object... args);
4140
}
42-
// end::lazyValueInterface[]

0 commit comments

Comments
 (0)