From 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Mon, 22 Aug 2016 15:29:03 +0000 Subject: Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278. -- MOS_MIGRATED_REVID=130941264 --- .../build/docgen/templates/be/functions.vm | 2 +- .../devtools/build/lib/packages/GlobCache.java | 78 ++++++++++++++++------ .../build/lib/packages/PackageFactory.java | 39 ++--------- .../build/lib/skyframe/PackageFunction.java | 67 ++++++++++--------- .../google/devtools/build/lib/vfs/UnixGlob.java | 17 ++--- 5 files changed, 105 insertions(+), 98 deletions(-) (limited to 'src/main/java') diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm index 33e0a4634a..780716cfe1 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm +++ b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm @@ -402,7 +402,7 @@ This wildcard can only be used as a complete path segment. For example, and "**.java" are both illegal. No other wildcards are supported.

-Glob returns a sorted list of every file in the current package that: +Glob returns a list of every file in the current package that: