From d196c034349ab0f4d7d55a714dacca5c8a9e5c89 Mon Sep 17 00:00:00 2001 From: Marco Concetto Rudilosso Date: Thu, 15 Jun 2017 10:09:12 -0700 Subject: [PATCH] [infer][PR] JMain link is broken Summary: I changed the link, so that now it works. Closes https://github.com/facebook/infer/pull/666 Differential Revision: D5256662 Pulled By: dulmarod fbshipit-source-id: 5ae622d --- infer/src/java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/java/README.md b/infer/src/java/README.md index e18b78766..1150b2b35 100644 --- a/infer/src/java/README.md +++ b/infer/src/java/README.md @@ -2,4 +2,4 @@ This is the front-end for java compilers. -The main entry point is [JMain](jmain.ml). \ No newline at end of file +The main entry point is [JMain](jMain.ml).