Skip to content

Commit

Permalink
readme file simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Dec 10, 2017
1 parent c729fa3 commit 1ba7411
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ Note: `--rerun-tasks` is to force re-run the task even though the cached input/o
Typical output:

```
:applet:cap (Thread[Task worker,5,main]) started.
[ant:compile] /Users/dusanklinec/workspace/jcard/applet/src/main/java/applet/MainApplet.java:20: warning: [deprecation] ALG_SECURE_RANDOM in RandomData has been deprecated
[ant:compile] random = RandomData.getInstance(RandomData.ALG_SECURE_RANDOM);
[ant:compile] ^
[ant:compile] /Users/dusanklinec/workspace/jcard/applet/src/main/java/applet/MainApplet.java:33: warning: [deprecation] generateData(byte[],short,short) in RandomData has been deprecated
[ant:compile] random.generateData(tmpBuffer, (short) 0, BUFFER_SIZE);
[ant:compile] ^
[ant:compile] 2 warnings
[ant:cap] [ INFO: ] Converter [v3.0.5]
[ant:cap] [ INFO: ] Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
[ant:cap]
Expand Down

0 comments on commit 1ba7411

Please sign in to comment.