Skip to content

Commit

Permalink
fix space in commons exec
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Aug 2, 2018
1 parent 19e9587 commit ef8ee9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [Collections](http://commons.apache.org/proper/commons-collections) - Extends or augments the Java Collections Framework.
- [DBCP](http://commons.apache.org/proper/commons-dbcp) - Database connection pooling services.
- [Math](http://commons.apache.org/proper/commons-math) - Lightweight, self-contained mathematics and statistics components.
- [Exec by Apache Commons] (http://commons.apache.org/proper/commons-exec) - API for dealing with external process execution and environment management in Java.
- [Exec by Apache Commons](http://commons.apache.org/proper/commons-exec) - API for dealing with external process execution and environment management in Java.
- [Exec by Vorburger.ch](https://github.com/vorburger/ch.vorburger.exec) - launch external processes, with significant improvements over Apache Commons Exec.
- [Exec by ZT](https://github.com/zeroturnaround/zt-exec) - another external process utility
- [Logging](https://en.wikipedia.org/wiki/Apache_Commons_Logging) Wrapper around a variety of logging API implementations.
Expand Down

0 comments on commit ef8ee9a

Please sign in to comment.