aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/blog/_posts/2017-03-07-java-sandwich.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/blog/_posts/2017-03-07-java-sandwich.md b/site/blog/_posts/2017-03-07-java-sandwich.md
index 748174228c..e07931597e 100644
--- a/site/blog/_posts/2017-03-07-java-sandwich.md
+++ b/site/blog/_posts/2017-03-07-java-sandwich.md
@@ -58,6 +58,7 @@ java_library(name = "bottom", deps = [":middle", ...], ...)
```
In the BUILD file we load the Skylark rule and have the rules:
+
```python
load(':java_skylark_library.bzl', 'java_skylark_library')