aboutsummaryrefslogtreecommitdiff
path: root/usage_examples/LogExample_pre.jpage
diff options
context:
space:
mode:
Diffstat (limited to 'usage_examples/LogExample_pre.jpage')
-rw-r--r--usage_examples/LogExample_pre.jpage8
1 files changed, 0 insertions, 8 deletions
diff --git a/usage_examples/LogExample_pre.jpage b/usage_examples/LogExample_pre.jpage
index 7ab64cd4..afabf369 100644
--- a/usage_examples/LogExample_pre.jpage
+++ b/usage_examples/LogExample_pre.jpage
@@ -7,11 +7,3 @@ public class LogExample {
log.error("Something's wrong here");
}
}
-
-@Log(java.util.List.class)
-public class LogExampleOther {
-
- public static void main(String... args) {
- log.warn("Something might be wrong here");
- }
-}