From b11b94f1fa58a938d8f22a0456adee7f774680fe Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Fri, 10 Jan 2025 16:15:13 -0500 Subject: [PATCH] Handle redirects with a custom 404 page instead of using jekyll-redirect-from. This allows us to redirect entire subtrees instead of just the root. All of the short link redirects can be generated in JavaScript when the website is built, so we longer need to create and check in hundreds of markdown files. Also: - Added badges for the latest and snapshot versions of Javadocs. - Added a redirect from /releases/latest/ to the latest version. - Fixed the whitespaces in the generated HTML files. - Fixed the config so that the website works on local development servers. - Removed some unused files. --- 404.md | 12 ++++ _config.yml | 4 -- _includes/footer.html | 6 +- _includes/head.html | 19 ++++--- _includes/navigation.html | 12 ++-- _includes/redirects.html | 49 +++++++++++++++++ _includes/social.html | 39 ------------- _layouts/base.html | 18 +++--- _layouts/default.html | 3 +- _layouts/post.html | 18 ------ _layouts/redirect.html | 11 ---- api/index.md | 5 -- badge/javadoc/latest.svg | 36 ++++++++++++ badge/javadoc/snapshot.svg | 36 ++++++++++++ elements/GitHub-Mark-Light-32px.png | Bin 1571 -> 0 bytes elements/github-fab.html | 52 ------------------ javadocshortcuts/AbstractCache/index.md | 5 -- .../AbstractExecutionThreadService/index.md | 5 -- javadocshortcuts/AbstractFuture/index.md | 5 -- javadocshortcuts/AbstractGraph/index.md | 5 -- javadocshortcuts/AbstractIdleService/index.md | 5 -- .../AbstractInvocationHandler/index.md | 5 -- javadocshortcuts/AbstractIterator/index.md | 5 -- .../AbstractListeningExecutorService/index.md | 5 -- .../AbstractLoadingCache/index.md | 5 -- javadocshortcuts/AbstractNetwork/index.md | 5 -- .../AbstractScheduledService/index.md | 5 -- .../AbstractSequentialIterator/index.md | 5 -- javadocshortcuts/AbstractService/index.md | 5 -- javadocshortcuts/AbstractValueGraph/index.md | 5 -- .../AllowConcurrentEvents/index.md | 5 -- .../ArrayBasedCharEscaper/index.md | 5 -- .../ArrayBasedEscaperMap/index.md | 5 -- .../ArrayBasedUnicodeEscaper/index.md | 5 -- javadocshortcuts/ArrayListMultimap/index.md | 5 -- javadocshortcuts/ArrayTable/index.md | 5 -- javadocshortcuts/Ascii/index.md | 5 -- javadocshortcuts/AsyncCallable/index.md | 5 -- javadocshortcuts/AsyncEventBus/index.md | 5 -- javadocshortcuts/AsyncFunction/index.md | 5 -- javadocshortcuts/AtomicDouble/index.md | 5 -- javadocshortcuts/AtomicDoubleArray/index.md | 5 -- javadocshortcuts/AtomicLongMap/index.md | 5 -- javadocshortcuts/Atomics/index.md | 5 -- javadocshortcuts/BaseEncoding/index.md | 5 -- javadocshortcuts/Beta/index.md | 5 -- javadocshortcuts/BiMap/index.md | 5 -- javadocshortcuts/BigDecimalMath/index.md | 5 -- javadocshortcuts/BigIntegerMath/index.md | 5 -- javadocshortcuts/BloomFilter/index.md | 5 -- javadocshortcuts/Booleans/index.md | 5 -- javadocshortcuts/BoundType/index.md | 5 -- javadocshortcuts/Builder/index.md | 5 -- javadocshortcuts/ByteArrayDataInput/index.md | 5 -- javadocshortcuts/ByteArrayDataOutput/index.md | 5 -- javadocshortcuts/ByteProcessor/index.md | 5 -- javadocshortcuts/ByteSink/index.md | 5 -- javadocshortcuts/ByteSource/index.md | 5 -- javadocshortcuts/ByteStreams/index.md | 5 -- javadocshortcuts/Bytes/index.md | 5 -- javadocshortcuts/Cache/index.md | 5 -- javadocshortcuts/CacheBuilder/index.md | 5 -- javadocshortcuts/CacheBuilderSpec/index.md | 5 -- javadocshortcuts/CacheLoader/index.md | 5 -- javadocshortcuts/CacheStats/index.md | 5 -- javadocshortcuts/Callables/index.md | 5 -- javadocshortcuts/CaseFormat/index.md | 5 -- javadocshortcuts/Cell/index.md | 5 -- javadocshortcuts/CharEscaper/index.md | 5 -- javadocshortcuts/CharEscaperBuilder/index.md | 5 -- javadocshortcuts/CharMatcher/index.md | 5 -- javadocshortcuts/CharSink/index.md | 5 -- javadocshortcuts/CharSource/index.md | 5 -- javadocshortcuts/CharStreams/index.md | 5 -- javadocshortcuts/Chars/index.md | 5 -- javadocshortcuts/Charsets/index.md | 5 -- javadocshortcuts/ClassInfo/index.md | 5 -- javadocshortcuts/ClassPath/index.md | 5 -- javadocshortcuts/ClassToInstanceMap/index.md | 5 -- javadocshortcuts/Closeables/index.md | 5 -- javadocshortcuts/Closer/index.md | 5 -- javadocshortcuts/ClosingFuture/index.md | 5 -- javadocshortcuts/Collections2/index.md | 5 -- javadocshortcuts/Comparators/index.md | 5 -- javadocshortcuts/ComparisonChain/index.md | 5 -- .../ComputationException/index.md | 5 -- .../ConcurrentHashMultiset/index.md | 5 -- javadocshortcuts/ContiguousSet/index.md | 5 -- javadocshortcuts/Converter/index.md | 5 -- javadocshortcuts/CountingInputStream/index.md | 5 -- .../CountingOutputStream/index.md | 5 -- javadocshortcuts/CustomScheduler/index.md | 5 -- .../CycleDetectingLockFactory/index.md | 5 -- javadocshortcuts/DeadEvent/index.md | 5 -- javadocshortcuts/DecodingException/index.md | 5 -- javadocshortcuts/Defaults/index.md | 5 -- javadocshortcuts/DiscreteDomain/index.md | 5 -- .../DoubleFunctionWithIndex/index.md | 5 -- javadocshortcuts/DoubleMath/index.md | 5 -- javadocshortcuts/Doubles/index.md | 5 -- javadocshortcuts/ElementOrder/index.md | 5 -- javadocshortcuts/EndpointPair/index.md | 5 -- javadocshortcuts/Entry/index.md | 5 -- javadocshortcuts/EntryTransformer/index.md | 5 -- javadocshortcuts/EnumBiMap/index.md | 5 -- javadocshortcuts/EnumHashBiMap/index.md | 5 -- javadocshortcuts/EnumMultiset/index.md | 5 -- javadocshortcuts/Enums/index.md | 5 -- javadocshortcuts/Equivalence/index.md | 5 -- javadocshortcuts/Escaper/index.md | 5 -- javadocshortcuts/Escapers/index.md | 5 -- javadocshortcuts/EventBus/index.md | 5 -- javadocshortcuts/EvictingQueue/index.md | 5 -- javadocshortcuts/ExecutionError/index.md | 5 -- javadocshortcuts/ExecutionList/index.md | 5 -- javadocshortcuts/ExecutionSequencer/index.md | 5 -- javadocshortcuts/FakeTimeLimiter/index.md | 5 -- .../FileBackedOutputStream/index.md | 5 -- javadocshortcuts/FileWriteMode/index.md | 5 -- javadocshortcuts/Files/index.md | 5 -- .../FinalizablePhantomReference/index.md | 5 -- .../FinalizableReference/index.md | 5 -- .../FinalizableReferenceQueue/index.md | 5 -- .../FinalizableSoftReference/index.md | 5 -- .../FinalizableWeakReference/index.md | 5 -- javadocshortcuts/Floats/index.md | 5 -- javadocshortcuts/FluentFuture/index.md | 5 -- javadocshortcuts/FluentIterable/index.md | 5 -- javadocshortcuts/Flushables/index.md | 5 -- .../ForwardingBlockingDeque/index.md | 5 -- .../ForwardingBlockingQueue/index.md | 5 -- javadocshortcuts/ForwardingCache/index.md | 5 -- .../ForwardingCollection/index.md | 5 -- .../ForwardingConcurrentMap/index.md | 5 -- javadocshortcuts/ForwardingDeque/index.md | 5 -- .../ForwardingExecutorService/index.md | 5 -- javadocshortcuts/ForwardingFuture/index.md | 5 -- javadocshortcuts/ForwardingIterator/index.md | 5 -- javadocshortcuts/ForwardingList/index.md | 5 -- .../ForwardingListIterator/index.md | 5 -- .../ForwardingListMultimap/index.md | 5 -- .../ForwardingListenableFuture/index.md | 5 -- .../index.md | 5 -- .../ForwardingLoadingCache/index.md | 5 -- javadocshortcuts/ForwardingMap/index.md | 5 -- javadocshortcuts/ForwardingMapEntry/index.md | 5 -- javadocshortcuts/ForwardingMultimap/index.md | 5 -- javadocshortcuts/ForwardingMultiset/index.md | 5 -- .../ForwardingNavigableMap/index.md | 5 -- .../ForwardingNavigableSet/index.md | 5 -- javadocshortcuts/ForwardingObject/index.md | 5 -- javadocshortcuts/ForwardingQueue/index.md | 5 -- javadocshortcuts/ForwardingSet/index.md | 5 -- .../ForwardingSetMultimap/index.md | 5 -- javadocshortcuts/ForwardingSortedMap/index.md | 5 -- .../ForwardingSortedMultiset/index.md | 5 -- javadocshortcuts/ForwardingSortedSet/index.md | 5 -- .../ForwardingSortedSetMultimap/index.md | 5 -- javadocshortcuts/ForwardingTable/index.md | 5 -- javadocshortcuts/Function/index.md | 5 -- javadocshortcuts/FunctionWithIndex/index.md | 5 -- javadocshortcuts/Functions/index.md | 5 -- javadocshortcuts/Funnel/index.md | 5 -- javadocshortcuts/Funnels/index.md | 5 -- javadocshortcuts/FutureCallback/index.md | 5 -- javadocshortcuts/FutureCombiner/index.md | 5 -- javadocshortcuts/Futures/index.md | 5 -- javadocshortcuts/Graph/index.md | 5 -- javadocshortcuts/GraphBuilder/index.md | 5 -- javadocshortcuts/Graphs/index.md | 5 -- javadocshortcuts/Guard/index.md | 5 -- javadocshortcuts/GwtCompatible/index.md | 5 -- javadocshortcuts/GwtIncompatible/index.md | 5 -- javadocshortcuts/HashBasedTable/index.md | 5 -- javadocshortcuts/HashBiMap/index.md | 5 -- javadocshortcuts/HashCode/index.md | 5 -- javadocshortcuts/HashFunction/index.md | 5 -- javadocshortcuts/HashMultimap/index.md | 5 -- javadocshortcuts/HashMultiset/index.md | 5 -- javadocshortcuts/Hasher/index.md | 5 -- javadocshortcuts/Hashing/index.md | 5 -- javadocshortcuts/HashingInputStream/index.md | 5 -- javadocshortcuts/HashingOutputStream/index.md | 5 -- javadocshortcuts/HostAndPort/index.md | 5 -- javadocshortcuts/HostSpecifier/index.md | 5 -- javadocshortcuts/HtmlEscapers/index.md | 5 -- javadocshortcuts/HttpHeaders/index.md | 5 -- javadocshortcuts/ImmutableBiMap/index.md | 5 -- .../ImmutableClassToInstanceMap/index.md | 5 -- javadocshortcuts/ImmutableCollection/index.md | 5 -- .../ImmutableDoubleArray/index.md | 5 -- javadocshortcuts/ImmutableGraph/index.md | 5 -- javadocshortcuts/ImmutableIntArray/index.md | 5 -- javadocshortcuts/ImmutableList/index.md | 5 -- .../ImmutableListMultimap/index.md | 5 -- javadocshortcuts/ImmutableLongArray/index.md | 5 -- javadocshortcuts/ImmutableMap/index.md | 5 -- javadocshortcuts/ImmutableMultimap/index.md | 5 -- javadocshortcuts/ImmutableMultiset/index.md | 5 -- javadocshortcuts/ImmutableNetwork/index.md | 5 -- javadocshortcuts/ImmutableRangeMap/index.md | 5 -- javadocshortcuts/ImmutableRangeSet/index.md | 5 -- javadocshortcuts/ImmutableSet/index.md | 5 -- .../ImmutableSetMultimap/index.md | 5 -- javadocshortcuts/ImmutableSortedMap/index.md | 5 -- .../ImmutableSortedMultiset/index.md | 5 -- javadocshortcuts/ImmutableSortedSet/index.md | 5 -- javadocshortcuts/ImmutableTable/index.md | 5 -- .../ImmutableTypeToInstanceMap/index.md | 5 -- javadocshortcuts/ImmutableValueGraph/index.md | 5 -- javadocshortcuts/InetAddresses/index.md | 5 -- .../InsecureRecursiveDeleteException/index.md | 5 -- .../IntFunctionWithIndex/index.md | 5 -- javadocshortcuts/IntMath/index.md | 5 -- javadocshortcuts/Interner/index.md | 5 -- javadocshortcuts/InternerBuilder/index.md | 5 -- javadocshortcuts/Interners/index.md | 5 -- javadocshortcuts/InternetDomainName/index.md | 5 -- javadocshortcuts/Ints/index.md | 5 -- .../InvalidCacheLoadException/index.md | 5 -- javadocshortcuts/Invokable/index.md | 5 -- javadocshortcuts/Iterables/index.md | 5 -- javadocshortcuts/Iterators/index.md | 5 -- javadocshortcuts/J2ktIncompatible/index.md | 5 -- javadocshortcuts/JdkFutureAdapters/index.md | 5 -- javadocshortcuts/Joiner/index.md | 5 -- javadocshortcuts/LineProcessor/index.md | 5 -- javadocshortcuts/LineReader/index.md | 5 -- .../LinearTransformation/index.md | 5 -- .../LinearTransformationBuilder/index.md | 5 -- javadocshortcuts/LinkedHashMultimap/index.md | 5 -- javadocshortcuts/LinkedHashMultiset/index.md | 5 -- javadocshortcuts/LinkedListMultimap/index.md | 5 -- javadocshortcuts/ListMultimap/index.md | 5 -- javadocshortcuts/ListMultimapBuilder/index.md | 5 -- javadocshortcuts/ListenableFuture/index.md | 5 -- .../ListenableFutureTask/index.md | 5 -- .../ListenableScheduledFuture/index.md | 5 -- javadocshortcuts/Listener/index.md | 5 -- .../ListeningExecutorService/index.md | 5 -- .../index.md | 5 -- javadocshortcuts/Lists/index.md | 5 -- .../LittleEndianDataInputStream/index.md | 5 -- .../LittleEndianDataOutputStream/index.md | 5 -- javadocshortcuts/LoadingCache/index.md | 5 -- .../LongFunctionWithIndex/index.md | 5 -- javadocshortcuts/LongMath/index.md | 5 -- javadocshortcuts/Longs/index.md | 5 -- javadocshortcuts/MapDifference/index.md | 5 -- javadocshortcuts/MapJoiner/index.md | 5 -- javadocshortcuts/MapMaker/index.md | 5 -- javadocshortcuts/MapSplitter/index.md | 5 -- javadocshortcuts/Maps/index.md | 5 -- javadocshortcuts/MediaType/index.md | 5 -- javadocshortcuts/MinMaxPriorityQueue/index.md | 5 -- javadocshortcuts/Monitor/index.md | 5 -- javadocshortcuts/MoreCollectors/index.md | 5 -- javadocshortcuts/MoreExecutors/index.md | 5 -- javadocshortcuts/MoreFiles/index.md | 5 -- javadocshortcuts/MoreObjects/index.md | 5 -- javadocshortcuts/Multimap/index.md | 5 -- javadocshortcuts/MultimapBuilder/index.md | 5 -- .../MultimapBuilderWithKeys/index.md | 5 -- javadocshortcuts/Multimaps/index.md | 5 -- javadocshortcuts/Multiset/index.md | 5 -- javadocshortcuts/Multisets/index.md | 5 -- .../MutableClassToInstanceMap/index.md | 5 -- javadocshortcuts/MutableGraph/index.md | 5 -- javadocshortcuts/MutableNetwork/index.md | 5 -- .../MutableTypeToInstanceMap/index.md | 5 -- javadocshortcuts/MutableValueGraph/index.md | 5 -- javadocshortcuts/Network/index.md | 5 -- javadocshortcuts/NetworkBuilder/index.md | 5 -- javadocshortcuts/ObjectArrays/index.md | 5 -- javadocshortcuts/Objects/index.md | 5 -- javadocshortcuts/Optional/index.md | 5 -- javadocshortcuts/Ordering/index.md | 5 -- javadocshortcuts/PairedStats/index.md | 5 -- .../PairedStatsAccumulator/index.md | 5 -- javadocshortcuts/Parameter/index.md | 5 -- .../PatternFilenameFilter/index.md | 5 -- javadocshortcuts/PeekingIterator/index.md | 5 -- javadocshortcuts/PercentEscaper/index.md | 5 -- javadocshortcuts/Policies/index.md | 5 -- javadocshortcuts/Policy/index.md | 5 -- .../PotentialDeadlockException/index.md | 5 -- javadocshortcuts/Preconditions/index.md | 5 -- .../PredecessorsFunction/index.md | 5 -- javadocshortcuts/Predicate/index.md | 5 -- javadocshortcuts/Predicates/index.md | 5 -- javadocshortcuts/PrimitiveSink/index.md | 5 -- javadocshortcuts/Primitives/index.md | 5 -- javadocshortcuts/Quantiles/index.md | 5 -- javadocshortcuts/Queues/index.md | 5 -- javadocshortcuts/Range/index.md | 5 -- javadocshortcuts/RangeMap/index.md | 5 -- javadocshortcuts/RangeSet/index.md | 5 -- javadocshortcuts/RateLimiter/index.md | 5 -- .../RecursiveDeleteOption/index.md | 5 -- .../ReferrerPolicyValues/index.md | 5 -- javadocshortcuts/Reflection/index.md | 5 -- javadocshortcuts/RemovalCause/index.md | 5 -- javadocshortcuts/RemovalListener/index.md | 5 -- javadocshortcuts/RemovalListeners/index.md | 5 -- javadocshortcuts/RemovalNotification/index.md | 5 -- javadocshortcuts/ResourceInfo/index.md | 5 -- javadocshortcuts/Resources/index.md | 5 -- javadocshortcuts/RowSortedTable/index.md | 5 -- javadocshortcuts/Runnables/index.md | 5 -- javadocshortcuts/Scale/index.md | 5 -- javadocshortcuts/ScaleAndIndex/index.md | 5 -- javadocshortcuts/ScaleAndIndexes/index.md | 5 -- javadocshortcuts/Schedule/index.md | 5 -- javadocshortcuts/Scheduler/index.md | 5 -- javadocshortcuts/Service/index.md | 5 -- javadocshortcuts/ServiceManager/index.md | 5 -- javadocshortcuts/SetMultimap/index.md | 5 -- javadocshortcuts/SetMultimapBuilder/index.md | 5 -- javadocshortcuts/SetView/index.md | 5 -- javadocshortcuts/Sets/index.md | 5 -- javadocshortcuts/SettableFuture/index.md | 5 -- javadocshortcuts/Shorts/index.md | 5 -- javadocshortcuts/SignedBytes/index.md | 5 -- .../SimpleForwardingCache/index.md | 5 -- .../SimpleForwardingFuture/index.md | 5 -- .../SimpleForwardingListenableFuture/index.md | 5 -- .../SimpleForwardingLoadingCache/index.md | 5 -- javadocshortcuts/SimpleStatsCounter/index.md | 5 -- javadocshortcuts/SimpleTimeLimiter/index.md | 5 -- javadocshortcuts/SortedMapDifference/index.md | 5 -- javadocshortcuts/SortedMultiset/index.md | 5 -- javadocshortcuts/SortedSetMultimap/index.md | 5 -- .../SortedSetMultimapBuilder/index.md | 5 -- javadocshortcuts/Splitter/index.md | 5 -- .../StandardDescendingMap/index.md | 5 -- .../StandardDescendingMultiset/index.md | 5 -- .../StandardDescendingSet/index.md | 5 -- javadocshortcuts/StandardElementSet/index.md | 5 -- javadocshortcuts/StandardEntrySet/index.md | 5 -- javadocshortcuts/StandardKeySet/index.md | 5 -- .../StandardNavigableKeySet/index.md | 5 -- .../StandardSystemProperty/index.md | 5 -- javadocshortcuts/StandardValues/index.md | 5 -- javadocshortcuts/State/index.md | 5 -- javadocshortcuts/Stats/index.md | 5 -- javadocshortcuts/StatsAccumulator/index.md | 5 -- javadocshortcuts/StatsCounter/index.md | 5 -- javadocshortcuts/Stopwatch/index.md | 5 -- javadocshortcuts/Streams/index.md | 5 -- javadocshortcuts/Strings/index.md | 5 -- javadocshortcuts/Striped/index.md | 5 -- javadocshortcuts/Subscribe/index.md | 5 -- .../SubscriberExceptionContext/index.md | 5 -- .../SubscriberExceptionHandler/index.md | 5 -- javadocshortcuts/SuccessorsFunction/index.md | 5 -- javadocshortcuts/Supplier/index.md | 5 -- javadocshortcuts/Suppliers/index.md | 5 -- javadocshortcuts/Table/index.md | 5 -- javadocshortcuts/Tables/index.md | 5 -- javadocshortcuts/TeredoInfo/index.md | 5 -- .../ThreadFactoryBuilder/index.md | 5 -- javadocshortcuts/Throwables/index.md | 5 -- javadocshortcuts/Ticker/index.md | 5 -- javadocshortcuts/TimeLimiter/index.md | 5 -- javadocshortcuts/ToStringHelper/index.md | 5 -- javadocshortcuts/Traverser/index.md | 5 -- javadocshortcuts/TreeBasedTable/index.md | 5 -- javadocshortcuts/TreeMultimap/index.md | 5 -- javadocshortcuts/TreeMultiset/index.md | 5 -- javadocshortcuts/TreeRangeMap/index.md | 5 -- javadocshortcuts/TreeRangeSet/index.md | 5 -- javadocshortcuts/TreeTraverser/index.md | 5 -- javadocshortcuts/Type/index.md | 5 -- javadocshortcuts/TypeParameter/index.md | 5 -- javadocshortcuts/TypeResolver/index.md | 5 -- javadocshortcuts/TypeSet/index.md | 5 -- javadocshortcuts/TypeToInstanceMap/index.md | 5 -- javadocshortcuts/TypeToken/index.md | 5 -- .../UncaughtExceptionHandlers/index.md | 5 -- .../UncheckedExecutionException/index.md | 5 -- .../UncheckedTimeoutException/index.md | 5 -- javadocshortcuts/UnicodeEscaper/index.md | 5 -- javadocshortcuts/Uninterruptibles/index.md | 5 -- .../UnmodifiableIterator/index.md | 5 -- .../UnmodifiableListIterator/index.md | 5 -- javadocshortcuts/UnsignedBytes/index.md | 5 -- javadocshortcuts/UnsignedInteger/index.md | 5 -- javadocshortcuts/UnsignedInts/index.md | 5 -- javadocshortcuts/UnsignedLong/index.md | 5 -- javadocshortcuts/UnsignedLongs/index.md | 5 -- .../index.md | 5 -- javadocshortcuts/UrlEscapers/index.md | 5 -- javadocshortcuts/Utf8/index.md | 5 -- javadocshortcuts/ValueDifference/index.md | 5 -- javadocshortcuts/ValueGraph/index.md | 5 -- javadocshortcuts/ValueGraphBuilder/index.md | 5 -- javadocshortcuts/Verify/index.md | 5 -- javadocshortcuts/VerifyException/index.md | 5 -- javadocshortcuts/VisibleForTesting/index.md | 5 -- javadocshortcuts/Weigher/index.md | 5 -- .../WithExplicitOrdering/index.md | 5 -- javadocshortcuts/Wrapper/index.md | 5 -- javadocshortcuts/XmlEscapers/index.md | 5 -- javadocshortcuts/abstractcache/index.md | 5 -- .../abstractexecutionthreadservice/index.md | 5 -- javadocshortcuts/abstractfuture/index.md | 5 -- javadocshortcuts/abstractgraph/index.md | 5 -- javadocshortcuts/abstractidleservice/index.md | 5 -- .../abstractinvocationhandler/index.md | 5 -- javadocshortcuts/abstractiterator/index.md | 5 -- .../abstractlisteningexecutorservice/index.md | 5 -- .../abstractloadingcache/index.md | 5 -- javadocshortcuts/abstractnetwork/index.md | 5 -- .../abstractscheduledservice/index.md | 5 -- .../abstractsequentialiterator/index.md | 5 -- javadocshortcuts/abstractservice/index.md | 5 -- javadocshortcuts/abstractvaluegraph/index.md | 5 -- .../allowconcurrentevents/index.md | 5 -- .../arraybasedcharescaper/index.md | 5 -- .../arraybasedescapermap/index.md | 5 -- .../arraybasedunicodeescaper/index.md | 5 -- javadocshortcuts/arraylistmultimap/index.md | 5 -- javadocshortcuts/arraytable/index.md | 5 -- javadocshortcuts/ascii/index.md | 5 -- javadocshortcuts/asynccallable/index.md | 5 -- javadocshortcuts/asynceventbus/index.md | 5 -- javadocshortcuts/asyncfunction/index.md | 5 -- javadocshortcuts/atomicdouble/index.md | 5 -- javadocshortcuts/atomicdoublearray/index.md | 5 -- javadocshortcuts/atomiclongmap/index.md | 5 -- javadocshortcuts/atomics/index.md | 5 -- javadocshortcuts/baseencoding/index.md | 5 -- javadocshortcuts/beta/index.md | 5 -- javadocshortcuts/bigdecimalmath/index.md | 5 -- javadocshortcuts/bigintegermath/index.md | 5 -- javadocshortcuts/bimap/index.md | 5 -- javadocshortcuts/bloomfilter/index.md | 5 -- javadocshortcuts/booleans/index.md | 5 -- javadocshortcuts/boundtype/index.md | 5 -- javadocshortcuts/builder/index.md | 5 -- javadocshortcuts/bytearraydatainput/index.md | 5 -- javadocshortcuts/bytearraydataoutput/index.md | 5 -- javadocshortcuts/byteprocessor/index.md | 5 -- javadocshortcuts/bytes/index.md | 5 -- javadocshortcuts/bytesink/index.md | 5 -- javadocshortcuts/bytesource/index.md | 5 -- javadocshortcuts/bytestreams/index.md | 5 -- javadocshortcuts/cache/index.md | 5 -- javadocshortcuts/cachebuilder/index.md | 5 -- javadocshortcuts/cachebuilderspec/index.md | 5 -- javadocshortcuts/cacheloader/index.md | 5 -- javadocshortcuts/cachestats/index.md | 5 -- javadocshortcuts/callables/index.md | 5 -- javadocshortcuts/caseformat/index.md | 5 -- javadocshortcuts/cell/index.md | 5 -- javadocshortcuts/charescaper/index.md | 5 -- javadocshortcuts/charescaperbuilder/index.md | 5 -- javadocshortcuts/charmatcher/index.md | 5 -- javadocshortcuts/chars/index.md | 5 -- javadocshortcuts/charsets/index.md | 5 -- javadocshortcuts/charsink/index.md | 5 -- javadocshortcuts/charsource/index.md | 5 -- javadocshortcuts/charstreams/index.md | 5 -- javadocshortcuts/classinfo/index.md | 5 -- javadocshortcuts/classpath/index.md | 5 -- javadocshortcuts/classtoinstancemap/index.md | 5 -- javadocshortcuts/closeables/index.md | 5 -- javadocshortcuts/closer/index.md | 5 -- javadocshortcuts/closingfuture/index.md | 5 -- javadocshortcuts/collections2/index.md | 5 -- javadocshortcuts/comparators/index.md | 5 -- javadocshortcuts/comparisonchain/index.md | 5 -- .../computationexception/index.md | 5 -- .../concurrenthashmultiset/index.md | 5 -- javadocshortcuts/contiguousset/index.md | 5 -- javadocshortcuts/converter/index.md | 5 -- javadocshortcuts/countinginputstream/index.md | 5 -- .../countingoutputstream/index.md | 5 -- javadocshortcuts/customscheduler/index.md | 5 -- .../cycledetectinglockfactory/index.md | 5 -- javadocshortcuts/deadevent/index.md | 5 -- javadocshortcuts/decodingexception/index.md | 5 -- javadocshortcuts/defaults/index.md | 5 -- javadocshortcuts/discretedomain/index.md | 5 -- .../doublefunctionwithindex/index.md | 5 -- javadocshortcuts/doublemath/index.md | 5 -- javadocshortcuts/doubles/index.md | 5 -- javadocshortcuts/elementorder/index.md | 5 -- javadocshortcuts/endpointpair/index.md | 5 -- javadocshortcuts/entry/index.md | 5 -- javadocshortcuts/entrytransformer/index.md | 5 -- javadocshortcuts/enumbimap/index.md | 5 -- javadocshortcuts/enumhashbimap/index.md | 5 -- javadocshortcuts/enummultiset/index.md | 5 -- javadocshortcuts/enums/index.md | 5 -- javadocshortcuts/equivalence/index.md | 5 -- javadocshortcuts/escaper/index.md | 5 -- javadocshortcuts/escapers/index.md | 5 -- javadocshortcuts/eventbus/index.md | 5 -- javadocshortcuts/evictingqueue/index.md | 5 -- javadocshortcuts/executionerror/index.md | 5 -- javadocshortcuts/executionlist/index.md | 5 -- javadocshortcuts/executionsequencer/index.md | 5 -- javadocshortcuts/faketimelimiter/index.md | 5 -- .../filebackedoutputstream/index.md | 5 -- javadocshortcuts/files/index.md | 5 -- javadocshortcuts/filewritemode/index.md | 5 -- .../finalizablephantomreference/index.md | 5 -- .../finalizablereference/index.md | 5 -- .../finalizablereferencequeue/index.md | 5 -- .../finalizablesoftreference/index.md | 5 -- .../finalizableweakreference/index.md | 5 -- javadocshortcuts/floats/index.md | 5 -- javadocshortcuts/fluentfuture/index.md | 5 -- javadocshortcuts/fluentiterable/index.md | 5 -- javadocshortcuts/flushables/index.md | 5 -- .../forwardingblockingdeque/index.md | 5 -- .../forwardingblockingqueue/index.md | 5 -- javadocshortcuts/forwardingcache/index.md | 5 -- .../forwardingcollection/index.md | 5 -- .../forwardingconcurrentmap/index.md | 5 -- javadocshortcuts/forwardingdeque/index.md | 5 -- .../forwardingexecutorservice/index.md | 5 -- javadocshortcuts/forwardingfuture/index.md | 5 -- javadocshortcuts/forwardingiterator/index.md | 5 -- javadocshortcuts/forwardinglist/index.md | 5 -- .../forwardinglistenablefuture/index.md | 5 -- .../index.md | 5 -- .../forwardinglistiterator/index.md | 5 -- .../forwardinglistmultimap/index.md | 5 -- .../forwardingloadingcache/index.md | 5 -- javadocshortcuts/forwardingmap/index.md | 5 -- javadocshortcuts/forwardingmapentry/index.md | 5 -- javadocshortcuts/forwardingmultimap/index.md | 5 -- javadocshortcuts/forwardingmultiset/index.md | 5 -- .../forwardingnavigablemap/index.md | 5 -- .../forwardingnavigableset/index.md | 5 -- javadocshortcuts/forwardingobject/index.md | 5 -- javadocshortcuts/forwardingqueue/index.md | 5 -- javadocshortcuts/forwardingset/index.md | 5 -- .../forwardingsetmultimap/index.md | 5 -- javadocshortcuts/forwardingsortedmap/index.md | 5 -- .../forwardingsortedmultiset/index.md | 5 -- javadocshortcuts/forwardingsortedset/index.md | 5 -- .../forwardingsortedsetmultimap/index.md | 5 -- javadocshortcuts/forwardingtable/index.md | 5 -- javadocshortcuts/function/index.md | 5 -- javadocshortcuts/functions/index.md | 5 -- javadocshortcuts/functionwithindex/index.md | 5 -- javadocshortcuts/funnel/index.md | 5 -- javadocshortcuts/funnels/index.md | 5 -- javadocshortcuts/futurecallback/index.md | 5 -- javadocshortcuts/futurecombiner/index.md | 5 -- javadocshortcuts/futures/index.md | 5 -- javadocshortcuts/graph/index.md | 5 -- javadocshortcuts/graphbuilder/index.md | 5 -- javadocshortcuts/graphs/index.md | 5 -- javadocshortcuts/guard/index.md | 5 -- javadocshortcuts/gwtcompatible/index.md | 5 -- javadocshortcuts/gwtincompatible/index.md | 5 -- javadocshortcuts/hashbasedtable/index.md | 5 -- javadocshortcuts/hashbimap/index.md | 5 -- javadocshortcuts/hashcode/index.md | 5 -- javadocshortcuts/hasher/index.md | 5 -- javadocshortcuts/hashfunction/index.md | 5 -- javadocshortcuts/hashing/index.md | 5 -- javadocshortcuts/hashinginputstream/index.md | 5 -- javadocshortcuts/hashingoutputstream/index.md | 5 -- javadocshortcuts/hashmultimap/index.md | 5 -- javadocshortcuts/hashmultiset/index.md | 5 -- javadocshortcuts/hostandport/index.md | 5 -- javadocshortcuts/hostspecifier/index.md | 5 -- javadocshortcuts/htmlescapers/index.md | 5 -- javadocshortcuts/httpheaders/index.md | 5 -- javadocshortcuts/immutablebimap/index.md | 5 -- .../immutableclasstoinstancemap/index.md | 5 -- javadocshortcuts/immutablecollection/index.md | 5 -- .../immutabledoublearray/index.md | 5 -- javadocshortcuts/immutablegraph/index.md | 5 -- javadocshortcuts/immutableintarray/index.md | 5 -- javadocshortcuts/immutablelist/index.md | 5 -- .../immutablelistmultimap/index.md | 5 -- javadocshortcuts/immutablelongarray/index.md | 5 -- javadocshortcuts/immutablemap/index.md | 5 -- javadocshortcuts/immutablemultimap/index.md | 5 -- javadocshortcuts/immutablemultiset/index.md | 5 -- javadocshortcuts/immutablenetwork/index.md | 5 -- javadocshortcuts/immutablerangemap/index.md | 5 -- javadocshortcuts/immutablerangeset/index.md | 5 -- javadocshortcuts/immutableset/index.md | 5 -- .../immutablesetmultimap/index.md | 5 -- javadocshortcuts/immutablesortedmap/index.md | 5 -- .../immutablesortedmultiset/index.md | 5 -- javadocshortcuts/immutablesortedset/index.md | 5 -- javadocshortcuts/immutabletable/index.md | 5 -- .../immutabletypetoinstancemap/index.md | 5 -- javadocshortcuts/immutablevaluegraph/index.md | 5 -- javadocshortcuts/inetaddresses/index.md | 5 -- .../insecurerecursivedeleteexception/index.md | 5 -- javadocshortcuts/interner/index.md | 5 -- javadocshortcuts/internerbuilder/index.md | 5 -- javadocshortcuts/interners/index.md | 5 -- javadocshortcuts/internetdomainname/index.md | 5 -- .../intfunctionwithindex/index.md | 5 -- javadocshortcuts/intmath/index.md | 5 -- javadocshortcuts/ints/index.md | 5 -- .../invalidcacheloadexception/index.md | 5 -- javadocshortcuts/invokable/index.md | 5 -- javadocshortcuts/iterables/index.md | 5 -- javadocshortcuts/iterators/index.md | 5 -- javadocshortcuts/j2ktincompatible/index.md | 5 -- javadocshortcuts/jdkfutureadapters/index.md | 5 -- javadocshortcuts/joiner/index.md | 5 -- .../lineartransformation/index.md | 5 -- .../lineartransformationbuilder/index.md | 5 -- javadocshortcuts/lineprocessor/index.md | 5 -- javadocshortcuts/linereader/index.md | 5 -- javadocshortcuts/linkedhashmultimap/index.md | 5 -- javadocshortcuts/linkedhashmultiset/index.md | 5 -- javadocshortcuts/linkedlistmultimap/index.md | 5 -- javadocshortcuts/listenablefuture/index.md | 5 -- .../listenablefuturetask/index.md | 5 -- .../listenablescheduledfuture/index.md | 5 -- javadocshortcuts/listener/index.md | 5 -- .../listeningexecutorservice/index.md | 5 -- .../index.md | 5 -- javadocshortcuts/listmultimap/index.md | 5 -- javadocshortcuts/listmultimapbuilder/index.md | 5 -- javadocshortcuts/lists/index.md | 5 -- .../littleendiandatainputstream/index.md | 5 -- .../littleendiandataoutputstream/index.md | 5 -- javadocshortcuts/loadingcache/index.md | 5 -- .../longfunctionwithindex/index.md | 5 -- javadocshortcuts/longmath/index.md | 5 -- javadocshortcuts/longs/index.md | 5 -- javadocshortcuts/mapdifference/index.md | 5 -- javadocshortcuts/mapjoiner/index.md | 5 -- javadocshortcuts/mapmaker/index.md | 5 -- javadocshortcuts/maps/index.md | 5 -- javadocshortcuts/mapsplitter/index.md | 5 -- javadocshortcuts/mediatype/index.md | 5 -- javadocshortcuts/minmaxpriorityqueue/index.md | 5 -- javadocshortcuts/monitor/index.md | 5 -- javadocshortcuts/morecollectors/index.md | 5 -- javadocshortcuts/moreexecutors/index.md | 5 -- javadocshortcuts/morefiles/index.md | 5 -- javadocshortcuts/moreobjects/index.md | 5 -- javadocshortcuts/multimap/index.md | 5 -- javadocshortcuts/multimapbuilder/index.md | 5 -- .../multimapbuilderwithkeys/index.md | 5 -- javadocshortcuts/multimaps/index.md | 5 -- javadocshortcuts/multiset/index.md | 5 -- javadocshortcuts/multisets/index.md | 5 -- .../mutableclasstoinstancemap/index.md | 5 -- javadocshortcuts/mutablegraph/index.md | 5 -- javadocshortcuts/mutablenetwork/index.md | 5 -- .../mutabletypetoinstancemap/index.md | 5 -- javadocshortcuts/mutablevaluegraph/index.md | 5 -- javadocshortcuts/network/index.md | 5 -- javadocshortcuts/networkbuilder/index.md | 5 -- javadocshortcuts/objectarrays/index.md | 5 -- javadocshortcuts/objects/index.md | 5 -- javadocshortcuts/optional/index.md | 5 -- javadocshortcuts/ordering/index.md | 5 -- javadocshortcuts/pairedstats/index.md | 5 -- .../pairedstatsaccumulator/index.md | 5 -- javadocshortcuts/parameter/index.md | 5 -- .../patternfilenamefilter/index.md | 5 -- javadocshortcuts/peekingiterator/index.md | 5 -- javadocshortcuts/percentescaper/index.md | 5 -- javadocshortcuts/policies/index.md | 5 -- javadocshortcuts/policy/index.md | 5 -- .../potentialdeadlockexception/index.md | 5 -- javadocshortcuts/preconditions/index.md | 5 -- .../predecessorsfunction/index.md | 5 -- javadocshortcuts/predicate/index.md | 5 -- javadocshortcuts/predicates/index.md | 5 -- javadocshortcuts/primitives/index.md | 5 -- javadocshortcuts/primitivesink/index.md | 5 -- javadocshortcuts/quantiles/index.md | 5 -- javadocshortcuts/queues/index.md | 5 -- javadocshortcuts/range/index.md | 5 -- javadocshortcuts/rangemap/index.md | 5 -- javadocshortcuts/rangeset/index.md | 5 -- javadocshortcuts/ratelimiter/index.md | 5 -- .../recursivedeleteoption/index.md | 5 -- .../referrerpolicyvalues/index.md | 5 -- javadocshortcuts/reflection/index.md | 5 -- javadocshortcuts/removalcause/index.md | 5 -- javadocshortcuts/removallistener/index.md | 5 -- javadocshortcuts/removallisteners/index.md | 5 -- javadocshortcuts/removalnotification/index.md | 5 -- javadocshortcuts/resourceinfo/index.md | 5 -- javadocshortcuts/resources/index.md | 5 -- javadocshortcuts/rowsortedtable/index.md | 5 -- javadocshortcuts/runnables/index.md | 5 -- javadocshortcuts/scale/index.md | 5 -- javadocshortcuts/scaleandindex/index.md | 5 -- javadocshortcuts/scaleandindexes/index.md | 5 -- javadocshortcuts/schedule/index.md | 5 -- javadocshortcuts/scheduler/index.md | 5 -- javadocshortcuts/service/index.md | 5 -- javadocshortcuts/servicemanager/index.md | 5 -- javadocshortcuts/setmultimap/index.md | 5 -- javadocshortcuts/setmultimapbuilder/index.md | 5 -- javadocshortcuts/sets/index.md | 5 -- javadocshortcuts/settablefuture/index.md | 5 -- javadocshortcuts/setview/index.md | 5 -- javadocshortcuts/shorts/index.md | 5 -- javadocshortcuts/signedbytes/index.md | 5 -- .../simpleforwardingcache/index.md | 5 -- .../simpleforwardingfuture/index.md | 5 -- .../simpleforwardinglistenablefuture/index.md | 5 -- .../simpleforwardingloadingcache/index.md | 5 -- javadocshortcuts/simplestatscounter/index.md | 5 -- javadocshortcuts/simpletimelimiter/index.md | 5 -- javadocshortcuts/sortedmapdifference/index.md | 5 -- javadocshortcuts/sortedmultiset/index.md | 5 -- javadocshortcuts/sortedsetmultimap/index.md | 5 -- .../sortedsetmultimapbuilder/index.md | 5 -- javadocshortcuts/splitter/index.md | 5 -- .../standarddescendingmap/index.md | 5 -- .../standarddescendingmultiset/index.md | 5 -- .../standarddescendingset/index.md | 5 -- javadocshortcuts/standardelementset/index.md | 5 -- javadocshortcuts/standardentryset/index.md | 5 -- javadocshortcuts/standardkeyset/index.md | 5 -- .../standardnavigablekeyset/index.md | 5 -- .../standardsystemproperty/index.md | 5 -- javadocshortcuts/standardvalues/index.md | 5 -- javadocshortcuts/state/index.md | 5 -- javadocshortcuts/stats/index.md | 5 -- javadocshortcuts/statsaccumulator/index.md | 5 -- javadocshortcuts/statscounter/index.md | 5 -- javadocshortcuts/stopwatch/index.md | 5 -- javadocshortcuts/streams/index.md | 5 -- javadocshortcuts/strings/index.md | 5 -- javadocshortcuts/striped/index.md | 5 -- javadocshortcuts/subscribe/index.md | 5 -- .../subscriberexceptioncontext/index.md | 5 -- .../subscriberexceptionhandler/index.md | 5 -- javadocshortcuts/successorsfunction/index.md | 5 -- javadocshortcuts/supplier/index.md | 5 -- javadocshortcuts/suppliers/index.md | 5 -- javadocshortcuts/table/index.md | 5 -- javadocshortcuts/tables/index.md | 5 -- javadocshortcuts/teredoinfo/index.md | 5 -- .../threadfactorybuilder/index.md | 5 -- javadocshortcuts/throwables/index.md | 5 -- javadocshortcuts/ticker/index.md | 5 -- javadocshortcuts/timelimiter/index.md | 5 -- javadocshortcuts/tostringhelper/index.md | 5 -- javadocshortcuts/traverser/index.md | 5 -- javadocshortcuts/treebasedtable/index.md | 5 -- javadocshortcuts/treemultimap/index.md | 5 -- javadocshortcuts/treemultiset/index.md | 5 -- javadocshortcuts/treerangemap/index.md | 5 -- javadocshortcuts/treerangeset/index.md | 5 -- javadocshortcuts/treetraverser/index.md | 5 -- javadocshortcuts/type/index.md | 5 -- javadocshortcuts/typeparameter/index.md | 5 -- javadocshortcuts/typeresolver/index.md | 5 -- javadocshortcuts/typeset/index.md | 5 -- javadocshortcuts/typetoinstancemap/index.md | 5 -- javadocshortcuts/typetoken/index.md | 5 -- .../uncaughtexceptionhandlers/index.md | 5 -- .../uncheckedexecutionexception/index.md | 5 -- .../uncheckedtimeoutexception/index.md | 5 -- javadocshortcuts/unicodeescaper/index.md | 5 -- javadocshortcuts/uninterruptibles/index.md | 5 -- .../unmodifiableiterator/index.md | 5 -- .../unmodifiablelistiterator/index.md | 5 -- javadocshortcuts/unsignedbytes/index.md | 5 -- javadocshortcuts/unsignedinteger/index.md | 5 -- javadocshortcuts/unsignedints/index.md | 5 -- javadocshortcuts/unsignedlong/index.md | 5 -- javadocshortcuts/unsignedlongs/index.md | 5 -- .../index.md | 5 -- javadocshortcuts/urlescapers/index.md | 5 -- javadocshortcuts/utf8/index.md | 5 -- javadocshortcuts/valuedifference/index.md | 5 -- javadocshortcuts/valuegraph/index.md | 5 -- javadocshortcuts/valuegraphbuilder/index.md | 5 -- javadocshortcuts/verify/index.md | 5 -- javadocshortcuts/verifyexception/index.md | 5 -- javadocshortcuts/visiblefortesting/index.md | 5 -- javadocshortcuts/weigher/index.md | 5 -- .../withexplicitordering/index.md | 5 -- javadocshortcuts/wrapper/index.md | 5 -- javadocshortcuts/xmlescapers/index.md | 5 -- releases/snapshot | 1 - updaterelease.sh | 27 --------- 792 files changed, 163 insertions(+), 4055 deletions(-) create mode 100644 404.md create mode 100644 _includes/redirects.html delete mode 100644 _includes/social.html delete mode 100644 _layouts/post.html delete mode 100644 _layouts/redirect.html delete mode 100644 api/index.md create mode 100644 badge/javadoc/latest.svg create mode 100644 badge/javadoc/snapshot.svg delete mode 100644 elements/GitHub-Mark-Light-32px.png delete mode 100644 elements/github-fab.html delete mode 100644 javadocshortcuts/AbstractCache/index.md delete mode 100644 javadocshortcuts/AbstractExecutionThreadService/index.md delete mode 100644 javadocshortcuts/AbstractFuture/index.md delete mode 100644 javadocshortcuts/AbstractGraph/index.md delete mode 100644 javadocshortcuts/AbstractIdleService/index.md delete mode 100644 javadocshortcuts/AbstractInvocationHandler/index.md delete mode 100644 javadocshortcuts/AbstractIterator/index.md delete mode 100644 javadocshortcuts/AbstractListeningExecutorService/index.md delete mode 100644 javadocshortcuts/AbstractLoadingCache/index.md delete mode 100644 javadocshortcuts/AbstractNetwork/index.md delete mode 100644 javadocshortcuts/AbstractScheduledService/index.md delete mode 100644 javadocshortcuts/AbstractSequentialIterator/index.md delete mode 100644 javadocshortcuts/AbstractService/index.md delete mode 100644 javadocshortcuts/AbstractValueGraph/index.md delete mode 100644 javadocshortcuts/AllowConcurrentEvents/index.md delete mode 100644 javadocshortcuts/ArrayBasedCharEscaper/index.md delete mode 100644 javadocshortcuts/ArrayBasedEscaperMap/index.md delete mode 100644 javadocshortcuts/ArrayBasedUnicodeEscaper/index.md delete mode 100644 javadocshortcuts/ArrayListMultimap/index.md delete mode 100644 javadocshortcuts/ArrayTable/index.md delete mode 100644 javadocshortcuts/Ascii/index.md delete mode 100644 javadocshortcuts/AsyncCallable/index.md delete mode 100644 javadocshortcuts/AsyncEventBus/index.md delete mode 100644 javadocshortcuts/AsyncFunction/index.md delete mode 100644 javadocshortcuts/AtomicDouble/index.md delete mode 100644 javadocshortcuts/AtomicDoubleArray/index.md delete mode 100644 javadocshortcuts/AtomicLongMap/index.md delete mode 100644 javadocshortcuts/Atomics/index.md delete mode 100644 javadocshortcuts/BaseEncoding/index.md delete mode 100644 javadocshortcuts/Beta/index.md delete mode 100644 javadocshortcuts/BiMap/index.md delete mode 100644 javadocshortcuts/BigDecimalMath/index.md delete mode 100644 javadocshortcuts/BigIntegerMath/index.md delete mode 100644 javadocshortcuts/BloomFilter/index.md delete mode 100644 javadocshortcuts/Booleans/index.md delete mode 100644 javadocshortcuts/BoundType/index.md delete mode 100644 javadocshortcuts/Builder/index.md delete mode 100644 javadocshortcuts/ByteArrayDataInput/index.md delete mode 100644 javadocshortcuts/ByteArrayDataOutput/index.md delete mode 100644 javadocshortcuts/ByteProcessor/index.md delete mode 100644 javadocshortcuts/ByteSink/index.md delete mode 100644 javadocshortcuts/ByteSource/index.md delete mode 100644 javadocshortcuts/ByteStreams/index.md delete mode 100644 javadocshortcuts/Bytes/index.md delete mode 100644 javadocshortcuts/Cache/index.md delete mode 100644 javadocshortcuts/CacheBuilder/index.md delete mode 100644 javadocshortcuts/CacheBuilderSpec/index.md delete mode 100644 javadocshortcuts/CacheLoader/index.md delete mode 100644 javadocshortcuts/CacheStats/index.md delete mode 100644 javadocshortcuts/Callables/index.md delete mode 100644 javadocshortcuts/CaseFormat/index.md delete mode 100644 javadocshortcuts/Cell/index.md delete mode 100644 javadocshortcuts/CharEscaper/index.md delete mode 100644 javadocshortcuts/CharEscaperBuilder/index.md delete mode 100644 javadocshortcuts/CharMatcher/index.md delete mode 100644 javadocshortcuts/CharSink/index.md delete mode 100644 javadocshortcuts/CharSource/index.md delete mode 100644 javadocshortcuts/CharStreams/index.md delete mode 100644 javadocshortcuts/Chars/index.md delete mode 100644 javadocshortcuts/Charsets/index.md delete mode 100644 javadocshortcuts/ClassInfo/index.md delete mode 100644 javadocshortcuts/ClassPath/index.md delete mode 100644 javadocshortcuts/ClassToInstanceMap/index.md delete mode 100644 javadocshortcuts/Closeables/index.md delete mode 100644 javadocshortcuts/Closer/index.md delete mode 100644 javadocshortcuts/ClosingFuture/index.md delete mode 100644 javadocshortcuts/Collections2/index.md delete mode 100644 javadocshortcuts/Comparators/index.md delete mode 100644 javadocshortcuts/ComparisonChain/index.md delete mode 100644 javadocshortcuts/ComputationException/index.md delete mode 100644 javadocshortcuts/ConcurrentHashMultiset/index.md delete mode 100644 javadocshortcuts/ContiguousSet/index.md delete mode 100644 javadocshortcuts/Converter/index.md delete mode 100644 javadocshortcuts/CountingInputStream/index.md delete mode 100644 javadocshortcuts/CountingOutputStream/index.md delete mode 100644 javadocshortcuts/CustomScheduler/index.md delete mode 100644 javadocshortcuts/CycleDetectingLockFactory/index.md delete mode 100644 javadocshortcuts/DeadEvent/index.md delete mode 100644 javadocshortcuts/DecodingException/index.md delete mode 100644 javadocshortcuts/Defaults/index.md delete mode 100644 javadocshortcuts/DiscreteDomain/index.md delete mode 100644 javadocshortcuts/DoubleFunctionWithIndex/index.md delete mode 100644 javadocshortcuts/DoubleMath/index.md delete mode 100644 javadocshortcuts/Doubles/index.md delete mode 100644 javadocshortcuts/ElementOrder/index.md delete mode 100644 javadocshortcuts/EndpointPair/index.md delete mode 100644 javadocshortcuts/Entry/index.md delete mode 100644 javadocshortcuts/EntryTransformer/index.md delete mode 100644 javadocshortcuts/EnumBiMap/index.md delete mode 100644 javadocshortcuts/EnumHashBiMap/index.md delete mode 100644 javadocshortcuts/EnumMultiset/index.md delete mode 100644 javadocshortcuts/Enums/index.md delete mode 100644 javadocshortcuts/Equivalence/index.md delete mode 100644 javadocshortcuts/Escaper/index.md delete mode 100644 javadocshortcuts/Escapers/index.md delete mode 100644 javadocshortcuts/EventBus/index.md delete mode 100644 javadocshortcuts/EvictingQueue/index.md delete mode 100644 javadocshortcuts/ExecutionError/index.md delete mode 100644 javadocshortcuts/ExecutionList/index.md delete mode 100644 javadocshortcuts/ExecutionSequencer/index.md delete mode 100644 javadocshortcuts/FakeTimeLimiter/index.md delete mode 100644 javadocshortcuts/FileBackedOutputStream/index.md delete mode 100644 javadocshortcuts/FileWriteMode/index.md delete mode 100644 javadocshortcuts/Files/index.md delete mode 100644 javadocshortcuts/FinalizablePhantomReference/index.md delete mode 100644 javadocshortcuts/FinalizableReference/index.md delete mode 100644 javadocshortcuts/FinalizableReferenceQueue/index.md delete mode 100644 javadocshortcuts/FinalizableSoftReference/index.md delete mode 100644 javadocshortcuts/FinalizableWeakReference/index.md delete mode 100644 javadocshortcuts/Floats/index.md delete mode 100644 javadocshortcuts/FluentFuture/index.md delete mode 100644 javadocshortcuts/FluentIterable/index.md delete mode 100644 javadocshortcuts/Flushables/index.md delete mode 100644 javadocshortcuts/ForwardingBlockingDeque/index.md delete mode 100644 javadocshortcuts/ForwardingBlockingQueue/index.md delete mode 100644 javadocshortcuts/ForwardingCache/index.md delete mode 100644 javadocshortcuts/ForwardingCollection/index.md delete mode 100644 javadocshortcuts/ForwardingConcurrentMap/index.md delete mode 100644 javadocshortcuts/ForwardingDeque/index.md delete mode 100644 javadocshortcuts/ForwardingExecutorService/index.md delete mode 100644 javadocshortcuts/ForwardingFuture/index.md delete mode 100644 javadocshortcuts/ForwardingIterator/index.md delete mode 100644 javadocshortcuts/ForwardingList/index.md delete mode 100644 javadocshortcuts/ForwardingListIterator/index.md delete mode 100644 javadocshortcuts/ForwardingListMultimap/index.md delete mode 100644 javadocshortcuts/ForwardingListenableFuture/index.md delete mode 100644 javadocshortcuts/ForwardingListeningExecutorService/index.md delete mode 100644 javadocshortcuts/ForwardingLoadingCache/index.md delete mode 100644 javadocshortcuts/ForwardingMap/index.md delete mode 100644 javadocshortcuts/ForwardingMapEntry/index.md delete mode 100644 javadocshortcuts/ForwardingMultimap/index.md delete mode 100644 javadocshortcuts/ForwardingMultiset/index.md delete mode 100644 javadocshortcuts/ForwardingNavigableMap/index.md delete mode 100644 javadocshortcuts/ForwardingNavigableSet/index.md delete mode 100644 javadocshortcuts/ForwardingObject/index.md delete mode 100644 javadocshortcuts/ForwardingQueue/index.md delete mode 100644 javadocshortcuts/ForwardingSet/index.md delete mode 100644 javadocshortcuts/ForwardingSetMultimap/index.md delete mode 100644 javadocshortcuts/ForwardingSortedMap/index.md delete mode 100644 javadocshortcuts/ForwardingSortedMultiset/index.md delete mode 100644 javadocshortcuts/ForwardingSortedSet/index.md delete mode 100644 javadocshortcuts/ForwardingSortedSetMultimap/index.md delete mode 100644 javadocshortcuts/ForwardingTable/index.md delete mode 100644 javadocshortcuts/Function/index.md delete mode 100644 javadocshortcuts/FunctionWithIndex/index.md delete mode 100644 javadocshortcuts/Functions/index.md delete mode 100644 javadocshortcuts/Funnel/index.md delete mode 100644 javadocshortcuts/Funnels/index.md delete mode 100644 javadocshortcuts/FutureCallback/index.md delete mode 100644 javadocshortcuts/FutureCombiner/index.md delete mode 100644 javadocshortcuts/Futures/index.md delete mode 100644 javadocshortcuts/Graph/index.md delete mode 100644 javadocshortcuts/GraphBuilder/index.md delete mode 100644 javadocshortcuts/Graphs/index.md delete mode 100644 javadocshortcuts/Guard/index.md delete mode 100644 javadocshortcuts/GwtCompatible/index.md delete mode 100644 javadocshortcuts/GwtIncompatible/index.md delete mode 100644 javadocshortcuts/HashBasedTable/index.md delete mode 100644 javadocshortcuts/HashBiMap/index.md delete mode 100644 javadocshortcuts/HashCode/index.md delete mode 100644 javadocshortcuts/HashFunction/index.md delete mode 100644 javadocshortcuts/HashMultimap/index.md delete mode 100644 javadocshortcuts/HashMultiset/index.md delete mode 100644 javadocshortcuts/Hasher/index.md delete mode 100644 javadocshortcuts/Hashing/index.md delete mode 100644 javadocshortcuts/HashingInputStream/index.md delete mode 100644 javadocshortcuts/HashingOutputStream/index.md delete mode 100644 javadocshortcuts/HostAndPort/index.md delete mode 100644 javadocshortcuts/HostSpecifier/index.md delete mode 100644 javadocshortcuts/HtmlEscapers/index.md delete mode 100644 javadocshortcuts/HttpHeaders/index.md delete mode 100644 javadocshortcuts/ImmutableBiMap/index.md delete mode 100644 javadocshortcuts/ImmutableClassToInstanceMap/index.md delete mode 100644 javadocshortcuts/ImmutableCollection/index.md delete mode 100644 javadocshortcuts/ImmutableDoubleArray/index.md delete mode 100644 javadocshortcuts/ImmutableGraph/index.md delete mode 100644 javadocshortcuts/ImmutableIntArray/index.md delete mode 100644 javadocshortcuts/ImmutableList/index.md delete mode 100644 javadocshortcuts/ImmutableListMultimap/index.md delete mode 100644 javadocshortcuts/ImmutableLongArray/index.md delete mode 100644 javadocshortcuts/ImmutableMap/index.md delete mode 100644 javadocshortcuts/ImmutableMultimap/index.md delete mode 100644 javadocshortcuts/ImmutableMultiset/index.md delete mode 100644 javadocshortcuts/ImmutableNetwork/index.md delete mode 100644 javadocshortcuts/ImmutableRangeMap/index.md delete mode 100644 javadocshortcuts/ImmutableRangeSet/index.md delete mode 100644 javadocshortcuts/ImmutableSet/index.md delete mode 100644 javadocshortcuts/ImmutableSetMultimap/index.md delete mode 100644 javadocshortcuts/ImmutableSortedMap/index.md delete mode 100644 javadocshortcuts/ImmutableSortedMultiset/index.md delete mode 100644 javadocshortcuts/ImmutableSortedSet/index.md delete mode 100644 javadocshortcuts/ImmutableTable/index.md delete mode 100644 javadocshortcuts/ImmutableTypeToInstanceMap/index.md delete mode 100644 javadocshortcuts/ImmutableValueGraph/index.md delete mode 100644 javadocshortcuts/InetAddresses/index.md delete mode 100644 javadocshortcuts/InsecureRecursiveDeleteException/index.md delete mode 100644 javadocshortcuts/IntFunctionWithIndex/index.md delete mode 100644 javadocshortcuts/IntMath/index.md delete mode 100644 javadocshortcuts/Interner/index.md delete mode 100644 javadocshortcuts/InternerBuilder/index.md delete mode 100644 javadocshortcuts/Interners/index.md delete mode 100644 javadocshortcuts/InternetDomainName/index.md delete mode 100644 javadocshortcuts/Ints/index.md delete mode 100644 javadocshortcuts/InvalidCacheLoadException/index.md delete mode 100644 javadocshortcuts/Invokable/index.md delete mode 100644 javadocshortcuts/Iterables/index.md delete mode 100644 javadocshortcuts/Iterators/index.md delete mode 100644 javadocshortcuts/J2ktIncompatible/index.md delete mode 100644 javadocshortcuts/JdkFutureAdapters/index.md delete mode 100644 javadocshortcuts/Joiner/index.md delete mode 100644 javadocshortcuts/LineProcessor/index.md delete mode 100644 javadocshortcuts/LineReader/index.md delete mode 100644 javadocshortcuts/LinearTransformation/index.md delete mode 100644 javadocshortcuts/LinearTransformationBuilder/index.md delete mode 100644 javadocshortcuts/LinkedHashMultimap/index.md delete mode 100644 javadocshortcuts/LinkedHashMultiset/index.md delete mode 100644 javadocshortcuts/LinkedListMultimap/index.md delete mode 100644 javadocshortcuts/ListMultimap/index.md delete mode 100644 javadocshortcuts/ListMultimapBuilder/index.md delete mode 100644 javadocshortcuts/ListenableFuture/index.md delete mode 100644 javadocshortcuts/ListenableFutureTask/index.md delete mode 100644 javadocshortcuts/ListenableScheduledFuture/index.md delete mode 100644 javadocshortcuts/Listener/index.md delete mode 100644 javadocshortcuts/ListeningExecutorService/index.md delete mode 100644 javadocshortcuts/ListeningScheduledExecutorService/index.md delete mode 100644 javadocshortcuts/Lists/index.md delete mode 100644 javadocshortcuts/LittleEndianDataInputStream/index.md delete mode 100644 javadocshortcuts/LittleEndianDataOutputStream/index.md delete mode 100644 javadocshortcuts/LoadingCache/index.md delete mode 100644 javadocshortcuts/LongFunctionWithIndex/index.md delete mode 100644 javadocshortcuts/LongMath/index.md delete mode 100644 javadocshortcuts/Longs/index.md delete mode 100644 javadocshortcuts/MapDifference/index.md delete mode 100644 javadocshortcuts/MapJoiner/index.md delete mode 100644 javadocshortcuts/MapMaker/index.md delete mode 100644 javadocshortcuts/MapSplitter/index.md delete mode 100644 javadocshortcuts/Maps/index.md delete mode 100644 javadocshortcuts/MediaType/index.md delete mode 100644 javadocshortcuts/MinMaxPriorityQueue/index.md delete mode 100644 javadocshortcuts/Monitor/index.md delete mode 100644 javadocshortcuts/MoreCollectors/index.md delete mode 100644 javadocshortcuts/MoreExecutors/index.md delete mode 100644 javadocshortcuts/MoreFiles/index.md delete mode 100644 javadocshortcuts/MoreObjects/index.md delete mode 100644 javadocshortcuts/Multimap/index.md delete mode 100644 javadocshortcuts/MultimapBuilder/index.md delete mode 100644 javadocshortcuts/MultimapBuilderWithKeys/index.md delete mode 100644 javadocshortcuts/Multimaps/index.md delete mode 100644 javadocshortcuts/Multiset/index.md delete mode 100644 javadocshortcuts/Multisets/index.md delete mode 100644 javadocshortcuts/MutableClassToInstanceMap/index.md delete mode 100644 javadocshortcuts/MutableGraph/index.md delete mode 100644 javadocshortcuts/MutableNetwork/index.md delete mode 100644 javadocshortcuts/MutableTypeToInstanceMap/index.md delete mode 100644 javadocshortcuts/MutableValueGraph/index.md delete mode 100644 javadocshortcuts/Network/index.md delete mode 100644 javadocshortcuts/NetworkBuilder/index.md delete mode 100644 javadocshortcuts/ObjectArrays/index.md delete mode 100644 javadocshortcuts/Objects/index.md delete mode 100644 javadocshortcuts/Optional/index.md delete mode 100644 javadocshortcuts/Ordering/index.md delete mode 100644 javadocshortcuts/PairedStats/index.md delete mode 100644 javadocshortcuts/PairedStatsAccumulator/index.md delete mode 100644 javadocshortcuts/Parameter/index.md delete mode 100644 javadocshortcuts/PatternFilenameFilter/index.md delete mode 100644 javadocshortcuts/PeekingIterator/index.md delete mode 100644 javadocshortcuts/PercentEscaper/index.md delete mode 100644 javadocshortcuts/Policies/index.md delete mode 100644 javadocshortcuts/Policy/index.md delete mode 100644 javadocshortcuts/PotentialDeadlockException/index.md delete mode 100644 javadocshortcuts/Preconditions/index.md delete mode 100644 javadocshortcuts/PredecessorsFunction/index.md delete mode 100644 javadocshortcuts/Predicate/index.md delete mode 100644 javadocshortcuts/Predicates/index.md delete mode 100644 javadocshortcuts/PrimitiveSink/index.md delete mode 100644 javadocshortcuts/Primitives/index.md delete mode 100644 javadocshortcuts/Quantiles/index.md delete mode 100644 javadocshortcuts/Queues/index.md delete mode 100644 javadocshortcuts/Range/index.md delete mode 100644 javadocshortcuts/RangeMap/index.md delete mode 100644 javadocshortcuts/RangeSet/index.md delete mode 100644 javadocshortcuts/RateLimiter/index.md delete mode 100644 javadocshortcuts/RecursiveDeleteOption/index.md delete mode 100644 javadocshortcuts/ReferrerPolicyValues/index.md delete mode 100644 javadocshortcuts/Reflection/index.md delete mode 100644 javadocshortcuts/RemovalCause/index.md delete mode 100644 javadocshortcuts/RemovalListener/index.md delete mode 100644 javadocshortcuts/RemovalListeners/index.md delete mode 100644 javadocshortcuts/RemovalNotification/index.md delete mode 100644 javadocshortcuts/ResourceInfo/index.md delete mode 100644 javadocshortcuts/Resources/index.md delete mode 100644 javadocshortcuts/RowSortedTable/index.md delete mode 100644 javadocshortcuts/Runnables/index.md delete mode 100644 javadocshortcuts/Scale/index.md delete mode 100644 javadocshortcuts/ScaleAndIndex/index.md delete mode 100644 javadocshortcuts/ScaleAndIndexes/index.md delete mode 100644 javadocshortcuts/Schedule/index.md delete mode 100644 javadocshortcuts/Scheduler/index.md delete mode 100644 javadocshortcuts/Service/index.md delete mode 100644 javadocshortcuts/ServiceManager/index.md delete mode 100644 javadocshortcuts/SetMultimap/index.md delete mode 100644 javadocshortcuts/SetMultimapBuilder/index.md delete mode 100644 javadocshortcuts/SetView/index.md delete mode 100644 javadocshortcuts/Sets/index.md delete mode 100644 javadocshortcuts/SettableFuture/index.md delete mode 100644 javadocshortcuts/Shorts/index.md delete mode 100644 javadocshortcuts/SignedBytes/index.md delete mode 100644 javadocshortcuts/SimpleForwardingCache/index.md delete mode 100644 javadocshortcuts/SimpleForwardingFuture/index.md delete mode 100644 javadocshortcuts/SimpleForwardingListenableFuture/index.md delete mode 100644 javadocshortcuts/SimpleForwardingLoadingCache/index.md delete mode 100644 javadocshortcuts/SimpleStatsCounter/index.md delete mode 100644 javadocshortcuts/SimpleTimeLimiter/index.md delete mode 100644 javadocshortcuts/SortedMapDifference/index.md delete mode 100644 javadocshortcuts/SortedMultiset/index.md delete mode 100644 javadocshortcuts/SortedSetMultimap/index.md delete mode 100644 javadocshortcuts/SortedSetMultimapBuilder/index.md delete mode 100644 javadocshortcuts/Splitter/index.md delete mode 100644 javadocshortcuts/StandardDescendingMap/index.md delete mode 100644 javadocshortcuts/StandardDescendingMultiset/index.md delete mode 100644 javadocshortcuts/StandardDescendingSet/index.md delete mode 100644 javadocshortcuts/StandardElementSet/index.md delete mode 100644 javadocshortcuts/StandardEntrySet/index.md delete mode 100644 javadocshortcuts/StandardKeySet/index.md delete mode 100644 javadocshortcuts/StandardNavigableKeySet/index.md delete mode 100644 javadocshortcuts/StandardSystemProperty/index.md delete mode 100644 javadocshortcuts/StandardValues/index.md delete mode 100644 javadocshortcuts/State/index.md delete mode 100644 javadocshortcuts/Stats/index.md delete mode 100644 javadocshortcuts/StatsAccumulator/index.md delete mode 100644 javadocshortcuts/StatsCounter/index.md delete mode 100644 javadocshortcuts/Stopwatch/index.md delete mode 100644 javadocshortcuts/Streams/index.md delete mode 100644 javadocshortcuts/Strings/index.md delete mode 100644 javadocshortcuts/Striped/index.md delete mode 100644 javadocshortcuts/Subscribe/index.md delete mode 100644 javadocshortcuts/SubscriberExceptionContext/index.md delete mode 100644 javadocshortcuts/SubscriberExceptionHandler/index.md delete mode 100644 javadocshortcuts/SuccessorsFunction/index.md delete mode 100644 javadocshortcuts/Supplier/index.md delete mode 100644 javadocshortcuts/Suppliers/index.md delete mode 100644 javadocshortcuts/Table/index.md delete mode 100644 javadocshortcuts/Tables/index.md delete mode 100644 javadocshortcuts/TeredoInfo/index.md delete mode 100644 javadocshortcuts/ThreadFactoryBuilder/index.md delete mode 100644 javadocshortcuts/Throwables/index.md delete mode 100644 javadocshortcuts/Ticker/index.md delete mode 100644 javadocshortcuts/TimeLimiter/index.md delete mode 100644 javadocshortcuts/ToStringHelper/index.md delete mode 100644 javadocshortcuts/Traverser/index.md delete mode 100644 javadocshortcuts/TreeBasedTable/index.md delete mode 100644 javadocshortcuts/TreeMultimap/index.md delete mode 100644 javadocshortcuts/TreeMultiset/index.md delete mode 100644 javadocshortcuts/TreeRangeMap/index.md delete mode 100644 javadocshortcuts/TreeRangeSet/index.md delete mode 100644 javadocshortcuts/TreeTraverser/index.md delete mode 100644 javadocshortcuts/Type/index.md delete mode 100644 javadocshortcuts/TypeParameter/index.md delete mode 100644 javadocshortcuts/TypeResolver/index.md delete mode 100644 javadocshortcuts/TypeSet/index.md delete mode 100644 javadocshortcuts/TypeToInstanceMap/index.md delete mode 100644 javadocshortcuts/TypeToken/index.md delete mode 100644 javadocshortcuts/UncaughtExceptionHandlers/index.md delete mode 100644 javadocshortcuts/UncheckedExecutionException/index.md delete mode 100644 javadocshortcuts/UncheckedTimeoutException/index.md delete mode 100644 javadocshortcuts/UnicodeEscaper/index.md delete mode 100644 javadocshortcuts/Uninterruptibles/index.md delete mode 100644 javadocshortcuts/UnmodifiableIterator/index.md delete mode 100644 javadocshortcuts/UnmodifiableListIterator/index.md delete mode 100644 javadocshortcuts/UnsignedBytes/index.md delete mode 100644 javadocshortcuts/UnsignedInteger/index.md delete mode 100644 javadocshortcuts/UnsignedInts/index.md delete mode 100644 javadocshortcuts/UnsignedLong/index.md delete mode 100644 javadocshortcuts/UnsignedLongs/index.md delete mode 100644 javadocshortcuts/UnsupportedLoadingOperationException/index.md delete mode 100644 javadocshortcuts/UrlEscapers/index.md delete mode 100644 javadocshortcuts/Utf8/index.md delete mode 100644 javadocshortcuts/ValueDifference/index.md delete mode 100644 javadocshortcuts/ValueGraph/index.md delete mode 100644 javadocshortcuts/ValueGraphBuilder/index.md delete mode 100644 javadocshortcuts/Verify/index.md delete mode 100644 javadocshortcuts/VerifyException/index.md delete mode 100644 javadocshortcuts/VisibleForTesting/index.md delete mode 100644 javadocshortcuts/Weigher/index.md delete mode 100644 javadocshortcuts/WithExplicitOrdering/index.md delete mode 100644 javadocshortcuts/Wrapper/index.md delete mode 100644 javadocshortcuts/XmlEscapers/index.md delete mode 100644 javadocshortcuts/abstractcache/index.md delete mode 100644 javadocshortcuts/abstractexecutionthreadservice/index.md delete mode 100644 javadocshortcuts/abstractfuture/index.md delete mode 100644 javadocshortcuts/abstractgraph/index.md delete mode 100644 javadocshortcuts/abstractidleservice/index.md delete mode 100644 javadocshortcuts/abstractinvocationhandler/index.md delete mode 100644 javadocshortcuts/abstractiterator/index.md delete mode 100644 javadocshortcuts/abstractlisteningexecutorservice/index.md delete mode 100644 javadocshortcuts/abstractloadingcache/index.md delete mode 100644 javadocshortcuts/abstractnetwork/index.md delete mode 100644 javadocshortcuts/abstractscheduledservice/index.md delete mode 100644 javadocshortcuts/abstractsequentialiterator/index.md delete mode 100644 javadocshortcuts/abstractservice/index.md delete mode 100644 javadocshortcuts/abstractvaluegraph/index.md delete mode 100644 javadocshortcuts/allowconcurrentevents/index.md delete mode 100644 javadocshortcuts/arraybasedcharescaper/index.md delete mode 100644 javadocshortcuts/arraybasedescapermap/index.md delete mode 100644 javadocshortcuts/arraybasedunicodeescaper/index.md delete mode 100644 javadocshortcuts/arraylistmultimap/index.md delete mode 100644 javadocshortcuts/arraytable/index.md delete mode 100644 javadocshortcuts/ascii/index.md delete mode 100644 javadocshortcuts/asynccallable/index.md delete mode 100644 javadocshortcuts/asynceventbus/index.md delete mode 100644 javadocshortcuts/asyncfunction/index.md delete mode 100644 javadocshortcuts/atomicdouble/index.md delete mode 100644 javadocshortcuts/atomicdoublearray/index.md delete mode 100644 javadocshortcuts/atomiclongmap/index.md delete mode 100644 javadocshortcuts/atomics/index.md delete mode 100644 javadocshortcuts/baseencoding/index.md delete mode 100644 javadocshortcuts/beta/index.md delete mode 100644 javadocshortcuts/bigdecimalmath/index.md delete mode 100644 javadocshortcuts/bigintegermath/index.md delete mode 100644 javadocshortcuts/bimap/index.md delete mode 100644 javadocshortcuts/bloomfilter/index.md delete mode 100644 javadocshortcuts/booleans/index.md delete mode 100644 javadocshortcuts/boundtype/index.md delete mode 100644 javadocshortcuts/builder/index.md delete mode 100644 javadocshortcuts/bytearraydatainput/index.md delete mode 100644 javadocshortcuts/bytearraydataoutput/index.md delete mode 100644 javadocshortcuts/byteprocessor/index.md delete mode 100644 javadocshortcuts/bytes/index.md delete mode 100644 javadocshortcuts/bytesink/index.md delete mode 100644 javadocshortcuts/bytesource/index.md delete mode 100644 javadocshortcuts/bytestreams/index.md delete mode 100644 javadocshortcuts/cache/index.md delete mode 100644 javadocshortcuts/cachebuilder/index.md delete mode 100644 javadocshortcuts/cachebuilderspec/index.md delete mode 100644 javadocshortcuts/cacheloader/index.md delete mode 100644 javadocshortcuts/cachestats/index.md delete mode 100644 javadocshortcuts/callables/index.md delete mode 100644 javadocshortcuts/caseformat/index.md delete mode 100644 javadocshortcuts/cell/index.md delete mode 100644 javadocshortcuts/charescaper/index.md delete mode 100644 javadocshortcuts/charescaperbuilder/index.md delete mode 100644 javadocshortcuts/charmatcher/index.md delete mode 100644 javadocshortcuts/chars/index.md delete mode 100644 javadocshortcuts/charsets/index.md delete mode 100644 javadocshortcuts/charsink/index.md delete mode 100644 javadocshortcuts/charsource/index.md delete mode 100644 javadocshortcuts/charstreams/index.md delete mode 100644 javadocshortcuts/classinfo/index.md delete mode 100644 javadocshortcuts/classpath/index.md delete mode 100644 javadocshortcuts/classtoinstancemap/index.md delete mode 100644 javadocshortcuts/closeables/index.md delete mode 100644 javadocshortcuts/closer/index.md delete mode 100644 javadocshortcuts/closingfuture/index.md delete mode 100644 javadocshortcuts/collections2/index.md delete mode 100644 javadocshortcuts/comparators/index.md delete mode 100644 javadocshortcuts/comparisonchain/index.md delete mode 100644 javadocshortcuts/computationexception/index.md delete mode 100644 javadocshortcuts/concurrenthashmultiset/index.md delete mode 100644 javadocshortcuts/contiguousset/index.md delete mode 100644 javadocshortcuts/converter/index.md delete mode 100644 javadocshortcuts/countinginputstream/index.md delete mode 100644 javadocshortcuts/countingoutputstream/index.md delete mode 100644 javadocshortcuts/customscheduler/index.md delete mode 100644 javadocshortcuts/cycledetectinglockfactory/index.md delete mode 100644 javadocshortcuts/deadevent/index.md delete mode 100644 javadocshortcuts/decodingexception/index.md delete mode 100644 javadocshortcuts/defaults/index.md delete mode 100644 javadocshortcuts/discretedomain/index.md delete mode 100644 javadocshortcuts/doublefunctionwithindex/index.md delete mode 100644 javadocshortcuts/doublemath/index.md delete mode 100644 javadocshortcuts/doubles/index.md delete mode 100644 javadocshortcuts/elementorder/index.md delete mode 100644 javadocshortcuts/endpointpair/index.md delete mode 100644 javadocshortcuts/entry/index.md delete mode 100644 javadocshortcuts/entrytransformer/index.md delete mode 100644 javadocshortcuts/enumbimap/index.md delete mode 100644 javadocshortcuts/enumhashbimap/index.md delete mode 100644 javadocshortcuts/enummultiset/index.md delete mode 100644 javadocshortcuts/enums/index.md delete mode 100644 javadocshortcuts/equivalence/index.md delete mode 100644 javadocshortcuts/escaper/index.md delete mode 100644 javadocshortcuts/escapers/index.md delete mode 100644 javadocshortcuts/eventbus/index.md delete mode 100644 javadocshortcuts/evictingqueue/index.md delete mode 100644 javadocshortcuts/executionerror/index.md delete mode 100644 javadocshortcuts/executionlist/index.md delete mode 100644 javadocshortcuts/executionsequencer/index.md delete mode 100644 javadocshortcuts/faketimelimiter/index.md delete mode 100644 javadocshortcuts/filebackedoutputstream/index.md delete mode 100644 javadocshortcuts/files/index.md delete mode 100644 javadocshortcuts/filewritemode/index.md delete mode 100644 javadocshortcuts/finalizablephantomreference/index.md delete mode 100644 javadocshortcuts/finalizablereference/index.md delete mode 100644 javadocshortcuts/finalizablereferencequeue/index.md delete mode 100644 javadocshortcuts/finalizablesoftreference/index.md delete mode 100644 javadocshortcuts/finalizableweakreference/index.md delete mode 100644 javadocshortcuts/floats/index.md delete mode 100644 javadocshortcuts/fluentfuture/index.md delete mode 100644 javadocshortcuts/fluentiterable/index.md delete mode 100644 javadocshortcuts/flushables/index.md delete mode 100644 javadocshortcuts/forwardingblockingdeque/index.md delete mode 100644 javadocshortcuts/forwardingblockingqueue/index.md delete mode 100644 javadocshortcuts/forwardingcache/index.md delete mode 100644 javadocshortcuts/forwardingcollection/index.md delete mode 100644 javadocshortcuts/forwardingconcurrentmap/index.md delete mode 100644 javadocshortcuts/forwardingdeque/index.md delete mode 100644 javadocshortcuts/forwardingexecutorservice/index.md delete mode 100644 javadocshortcuts/forwardingfuture/index.md delete mode 100644 javadocshortcuts/forwardingiterator/index.md delete mode 100644 javadocshortcuts/forwardinglist/index.md delete mode 100644 javadocshortcuts/forwardinglistenablefuture/index.md delete mode 100644 javadocshortcuts/forwardinglisteningexecutorservice/index.md delete mode 100644 javadocshortcuts/forwardinglistiterator/index.md delete mode 100644 javadocshortcuts/forwardinglistmultimap/index.md delete mode 100644 javadocshortcuts/forwardingloadingcache/index.md delete mode 100644 javadocshortcuts/forwardingmap/index.md delete mode 100644 javadocshortcuts/forwardingmapentry/index.md delete mode 100644 javadocshortcuts/forwardingmultimap/index.md delete mode 100644 javadocshortcuts/forwardingmultiset/index.md delete mode 100644 javadocshortcuts/forwardingnavigablemap/index.md delete mode 100644 javadocshortcuts/forwardingnavigableset/index.md delete mode 100644 javadocshortcuts/forwardingobject/index.md delete mode 100644 javadocshortcuts/forwardingqueue/index.md delete mode 100644 javadocshortcuts/forwardingset/index.md delete mode 100644 javadocshortcuts/forwardingsetmultimap/index.md delete mode 100644 javadocshortcuts/forwardingsortedmap/index.md delete mode 100644 javadocshortcuts/forwardingsortedmultiset/index.md delete mode 100644 javadocshortcuts/forwardingsortedset/index.md delete mode 100644 javadocshortcuts/forwardingsortedsetmultimap/index.md delete mode 100644 javadocshortcuts/forwardingtable/index.md delete mode 100644 javadocshortcuts/function/index.md delete mode 100644 javadocshortcuts/functions/index.md delete mode 100644 javadocshortcuts/functionwithindex/index.md delete mode 100644 javadocshortcuts/funnel/index.md delete mode 100644 javadocshortcuts/funnels/index.md delete mode 100644 javadocshortcuts/futurecallback/index.md delete mode 100644 javadocshortcuts/futurecombiner/index.md delete mode 100644 javadocshortcuts/futures/index.md delete mode 100644 javadocshortcuts/graph/index.md delete mode 100644 javadocshortcuts/graphbuilder/index.md delete mode 100644 javadocshortcuts/graphs/index.md delete mode 100644 javadocshortcuts/guard/index.md delete mode 100644 javadocshortcuts/gwtcompatible/index.md delete mode 100644 javadocshortcuts/gwtincompatible/index.md delete mode 100644 javadocshortcuts/hashbasedtable/index.md delete mode 100644 javadocshortcuts/hashbimap/index.md delete mode 100644 javadocshortcuts/hashcode/index.md delete mode 100644 javadocshortcuts/hasher/index.md delete mode 100644 javadocshortcuts/hashfunction/index.md delete mode 100644 javadocshortcuts/hashing/index.md delete mode 100644 javadocshortcuts/hashinginputstream/index.md delete mode 100644 javadocshortcuts/hashingoutputstream/index.md delete mode 100644 javadocshortcuts/hashmultimap/index.md delete mode 100644 javadocshortcuts/hashmultiset/index.md delete mode 100644 javadocshortcuts/hostandport/index.md delete mode 100644 javadocshortcuts/hostspecifier/index.md delete mode 100644 javadocshortcuts/htmlescapers/index.md delete mode 100644 javadocshortcuts/httpheaders/index.md delete mode 100644 javadocshortcuts/immutablebimap/index.md delete mode 100644 javadocshortcuts/immutableclasstoinstancemap/index.md delete mode 100644 javadocshortcuts/immutablecollection/index.md delete mode 100644 javadocshortcuts/immutabledoublearray/index.md delete mode 100644 javadocshortcuts/immutablegraph/index.md delete mode 100644 javadocshortcuts/immutableintarray/index.md delete mode 100644 javadocshortcuts/immutablelist/index.md delete mode 100644 javadocshortcuts/immutablelistmultimap/index.md delete mode 100644 javadocshortcuts/immutablelongarray/index.md delete mode 100644 javadocshortcuts/immutablemap/index.md delete mode 100644 javadocshortcuts/immutablemultimap/index.md delete mode 100644 javadocshortcuts/immutablemultiset/index.md delete mode 100644 javadocshortcuts/immutablenetwork/index.md delete mode 100644 javadocshortcuts/immutablerangemap/index.md delete mode 100644 javadocshortcuts/immutablerangeset/index.md delete mode 100644 javadocshortcuts/immutableset/index.md delete mode 100644 javadocshortcuts/immutablesetmultimap/index.md delete mode 100644 javadocshortcuts/immutablesortedmap/index.md delete mode 100644 javadocshortcuts/immutablesortedmultiset/index.md delete mode 100644 javadocshortcuts/immutablesortedset/index.md delete mode 100644 javadocshortcuts/immutabletable/index.md delete mode 100644 javadocshortcuts/immutabletypetoinstancemap/index.md delete mode 100644 javadocshortcuts/immutablevaluegraph/index.md delete mode 100644 javadocshortcuts/inetaddresses/index.md delete mode 100644 javadocshortcuts/insecurerecursivedeleteexception/index.md delete mode 100644 javadocshortcuts/interner/index.md delete mode 100644 javadocshortcuts/internerbuilder/index.md delete mode 100644 javadocshortcuts/interners/index.md delete mode 100644 javadocshortcuts/internetdomainname/index.md delete mode 100644 javadocshortcuts/intfunctionwithindex/index.md delete mode 100644 javadocshortcuts/intmath/index.md delete mode 100644 javadocshortcuts/ints/index.md delete mode 100644 javadocshortcuts/invalidcacheloadexception/index.md delete mode 100644 javadocshortcuts/invokable/index.md delete mode 100644 javadocshortcuts/iterables/index.md delete mode 100644 javadocshortcuts/iterators/index.md delete mode 100644 javadocshortcuts/j2ktincompatible/index.md delete mode 100644 javadocshortcuts/jdkfutureadapters/index.md delete mode 100644 javadocshortcuts/joiner/index.md delete mode 100644 javadocshortcuts/lineartransformation/index.md delete mode 100644 javadocshortcuts/lineartransformationbuilder/index.md delete mode 100644 javadocshortcuts/lineprocessor/index.md delete mode 100644 javadocshortcuts/linereader/index.md delete mode 100644 javadocshortcuts/linkedhashmultimap/index.md delete mode 100644 javadocshortcuts/linkedhashmultiset/index.md delete mode 100644 javadocshortcuts/linkedlistmultimap/index.md delete mode 100644 javadocshortcuts/listenablefuture/index.md delete mode 100644 javadocshortcuts/listenablefuturetask/index.md delete mode 100644 javadocshortcuts/listenablescheduledfuture/index.md delete mode 100644 javadocshortcuts/listener/index.md delete mode 100644 javadocshortcuts/listeningexecutorservice/index.md delete mode 100644 javadocshortcuts/listeningscheduledexecutorservice/index.md delete mode 100644 javadocshortcuts/listmultimap/index.md delete mode 100644 javadocshortcuts/listmultimapbuilder/index.md delete mode 100644 javadocshortcuts/lists/index.md delete mode 100644 javadocshortcuts/littleendiandatainputstream/index.md delete mode 100644 javadocshortcuts/littleendiandataoutputstream/index.md delete mode 100644 javadocshortcuts/loadingcache/index.md delete mode 100644 javadocshortcuts/longfunctionwithindex/index.md delete mode 100644 javadocshortcuts/longmath/index.md delete mode 100644 javadocshortcuts/longs/index.md delete mode 100644 javadocshortcuts/mapdifference/index.md delete mode 100644 javadocshortcuts/mapjoiner/index.md delete mode 100644 javadocshortcuts/mapmaker/index.md delete mode 100644 javadocshortcuts/maps/index.md delete mode 100644 javadocshortcuts/mapsplitter/index.md delete mode 100644 javadocshortcuts/mediatype/index.md delete mode 100644 javadocshortcuts/minmaxpriorityqueue/index.md delete mode 100644 javadocshortcuts/monitor/index.md delete mode 100644 javadocshortcuts/morecollectors/index.md delete mode 100644 javadocshortcuts/moreexecutors/index.md delete mode 100644 javadocshortcuts/morefiles/index.md delete mode 100644 javadocshortcuts/moreobjects/index.md delete mode 100644 javadocshortcuts/multimap/index.md delete mode 100644 javadocshortcuts/multimapbuilder/index.md delete mode 100644 javadocshortcuts/multimapbuilderwithkeys/index.md delete mode 100644 javadocshortcuts/multimaps/index.md delete mode 100644 javadocshortcuts/multiset/index.md delete mode 100644 javadocshortcuts/multisets/index.md delete mode 100644 javadocshortcuts/mutableclasstoinstancemap/index.md delete mode 100644 javadocshortcuts/mutablegraph/index.md delete mode 100644 javadocshortcuts/mutablenetwork/index.md delete mode 100644 javadocshortcuts/mutabletypetoinstancemap/index.md delete mode 100644 javadocshortcuts/mutablevaluegraph/index.md delete mode 100644 javadocshortcuts/network/index.md delete mode 100644 javadocshortcuts/networkbuilder/index.md delete mode 100644 javadocshortcuts/objectarrays/index.md delete mode 100644 javadocshortcuts/objects/index.md delete mode 100644 javadocshortcuts/optional/index.md delete mode 100644 javadocshortcuts/ordering/index.md delete mode 100644 javadocshortcuts/pairedstats/index.md delete mode 100644 javadocshortcuts/pairedstatsaccumulator/index.md delete mode 100644 javadocshortcuts/parameter/index.md delete mode 100644 javadocshortcuts/patternfilenamefilter/index.md delete mode 100644 javadocshortcuts/peekingiterator/index.md delete mode 100644 javadocshortcuts/percentescaper/index.md delete mode 100644 javadocshortcuts/policies/index.md delete mode 100644 javadocshortcuts/policy/index.md delete mode 100644 javadocshortcuts/potentialdeadlockexception/index.md delete mode 100644 javadocshortcuts/preconditions/index.md delete mode 100644 javadocshortcuts/predecessorsfunction/index.md delete mode 100644 javadocshortcuts/predicate/index.md delete mode 100644 javadocshortcuts/predicates/index.md delete mode 100644 javadocshortcuts/primitives/index.md delete mode 100644 javadocshortcuts/primitivesink/index.md delete mode 100644 javadocshortcuts/quantiles/index.md delete mode 100644 javadocshortcuts/queues/index.md delete mode 100644 javadocshortcuts/range/index.md delete mode 100644 javadocshortcuts/rangemap/index.md delete mode 100644 javadocshortcuts/rangeset/index.md delete mode 100644 javadocshortcuts/ratelimiter/index.md delete mode 100644 javadocshortcuts/recursivedeleteoption/index.md delete mode 100644 javadocshortcuts/referrerpolicyvalues/index.md delete mode 100644 javadocshortcuts/reflection/index.md delete mode 100644 javadocshortcuts/removalcause/index.md delete mode 100644 javadocshortcuts/removallistener/index.md delete mode 100644 javadocshortcuts/removallisteners/index.md delete mode 100644 javadocshortcuts/removalnotification/index.md delete mode 100644 javadocshortcuts/resourceinfo/index.md delete mode 100644 javadocshortcuts/resources/index.md delete mode 100644 javadocshortcuts/rowsortedtable/index.md delete mode 100644 javadocshortcuts/runnables/index.md delete mode 100644 javadocshortcuts/scale/index.md delete mode 100644 javadocshortcuts/scaleandindex/index.md delete mode 100644 javadocshortcuts/scaleandindexes/index.md delete mode 100644 javadocshortcuts/schedule/index.md delete mode 100644 javadocshortcuts/scheduler/index.md delete mode 100644 javadocshortcuts/service/index.md delete mode 100644 javadocshortcuts/servicemanager/index.md delete mode 100644 javadocshortcuts/setmultimap/index.md delete mode 100644 javadocshortcuts/setmultimapbuilder/index.md delete mode 100644 javadocshortcuts/sets/index.md delete mode 100644 javadocshortcuts/settablefuture/index.md delete mode 100644 javadocshortcuts/setview/index.md delete mode 100644 javadocshortcuts/shorts/index.md delete mode 100644 javadocshortcuts/signedbytes/index.md delete mode 100644 javadocshortcuts/simpleforwardingcache/index.md delete mode 100644 javadocshortcuts/simpleforwardingfuture/index.md delete mode 100644 javadocshortcuts/simpleforwardinglistenablefuture/index.md delete mode 100644 javadocshortcuts/simpleforwardingloadingcache/index.md delete mode 100644 javadocshortcuts/simplestatscounter/index.md delete mode 100644 javadocshortcuts/simpletimelimiter/index.md delete mode 100644 javadocshortcuts/sortedmapdifference/index.md delete mode 100644 javadocshortcuts/sortedmultiset/index.md delete mode 100644 javadocshortcuts/sortedsetmultimap/index.md delete mode 100644 javadocshortcuts/sortedsetmultimapbuilder/index.md delete mode 100644 javadocshortcuts/splitter/index.md delete mode 100644 javadocshortcuts/standarddescendingmap/index.md delete mode 100644 javadocshortcuts/standarddescendingmultiset/index.md delete mode 100644 javadocshortcuts/standarddescendingset/index.md delete mode 100644 javadocshortcuts/standardelementset/index.md delete mode 100644 javadocshortcuts/standardentryset/index.md delete mode 100644 javadocshortcuts/standardkeyset/index.md delete mode 100644 javadocshortcuts/standardnavigablekeyset/index.md delete mode 100644 javadocshortcuts/standardsystemproperty/index.md delete mode 100644 javadocshortcuts/standardvalues/index.md delete mode 100644 javadocshortcuts/state/index.md delete mode 100644 javadocshortcuts/stats/index.md delete mode 100644 javadocshortcuts/statsaccumulator/index.md delete mode 100644 javadocshortcuts/statscounter/index.md delete mode 100644 javadocshortcuts/stopwatch/index.md delete mode 100644 javadocshortcuts/streams/index.md delete mode 100644 javadocshortcuts/strings/index.md delete mode 100644 javadocshortcuts/striped/index.md delete mode 100644 javadocshortcuts/subscribe/index.md delete mode 100644 javadocshortcuts/subscriberexceptioncontext/index.md delete mode 100644 javadocshortcuts/subscriberexceptionhandler/index.md delete mode 100644 javadocshortcuts/successorsfunction/index.md delete mode 100644 javadocshortcuts/supplier/index.md delete mode 100644 javadocshortcuts/suppliers/index.md delete mode 100644 javadocshortcuts/table/index.md delete mode 100644 javadocshortcuts/tables/index.md delete mode 100644 javadocshortcuts/teredoinfo/index.md delete mode 100644 javadocshortcuts/threadfactorybuilder/index.md delete mode 100644 javadocshortcuts/throwables/index.md delete mode 100644 javadocshortcuts/ticker/index.md delete mode 100644 javadocshortcuts/timelimiter/index.md delete mode 100644 javadocshortcuts/tostringhelper/index.md delete mode 100644 javadocshortcuts/traverser/index.md delete mode 100644 javadocshortcuts/treebasedtable/index.md delete mode 100644 javadocshortcuts/treemultimap/index.md delete mode 100644 javadocshortcuts/treemultiset/index.md delete mode 100644 javadocshortcuts/treerangemap/index.md delete mode 100644 javadocshortcuts/treerangeset/index.md delete mode 100644 javadocshortcuts/treetraverser/index.md delete mode 100644 javadocshortcuts/type/index.md delete mode 100644 javadocshortcuts/typeparameter/index.md delete mode 100644 javadocshortcuts/typeresolver/index.md delete mode 100644 javadocshortcuts/typeset/index.md delete mode 100644 javadocshortcuts/typetoinstancemap/index.md delete mode 100644 javadocshortcuts/typetoken/index.md delete mode 100644 javadocshortcuts/uncaughtexceptionhandlers/index.md delete mode 100644 javadocshortcuts/uncheckedexecutionexception/index.md delete mode 100644 javadocshortcuts/uncheckedtimeoutexception/index.md delete mode 100644 javadocshortcuts/unicodeescaper/index.md delete mode 100644 javadocshortcuts/uninterruptibles/index.md delete mode 100644 javadocshortcuts/unmodifiableiterator/index.md delete mode 100644 javadocshortcuts/unmodifiablelistiterator/index.md delete mode 100644 javadocshortcuts/unsignedbytes/index.md delete mode 100644 javadocshortcuts/unsignedinteger/index.md delete mode 100644 javadocshortcuts/unsignedints/index.md delete mode 100644 javadocshortcuts/unsignedlong/index.md delete mode 100644 javadocshortcuts/unsignedlongs/index.md delete mode 100644 javadocshortcuts/unsupportedloadingoperationexception/index.md delete mode 100644 javadocshortcuts/urlescapers/index.md delete mode 100644 javadocshortcuts/utf8/index.md delete mode 100644 javadocshortcuts/valuedifference/index.md delete mode 100644 javadocshortcuts/valuegraph/index.md delete mode 100644 javadocshortcuts/valuegraphbuilder/index.md delete mode 100644 javadocshortcuts/verify/index.md delete mode 100644 javadocshortcuts/verifyexception/index.md delete mode 100644 javadocshortcuts/visiblefortesting/index.md delete mode 100644 javadocshortcuts/weigher/index.md delete mode 100644 javadocshortcuts/withexplicitordering/index.md delete mode 100644 javadocshortcuts/wrapper/index.md delete mode 100644 javadocshortcuts/xmlescapers/index.md delete mode 120000 releases/snapshot diff --git a/404.md b/404.md new file mode 100644 index 000000000000..6077ad47a38f --- /dev/null +++ b/404.md @@ -0,0 +1,12 @@ +--- +layout: default +title: Page Not Found +redirects: + /api: /releases/snapshot-jre/api/docs + /releases/snapshot/: /releases/snapshot-jre/ + /releases/latest/: /releases/{{site.latest_release}}-jre/ +--- + +# 404 + +The requested URL does not exist. diff --git a/_config.yml b/_config.yml index a15ec6c4ead1..a6dc121ed0b9 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,6 @@ title: Guava subtitle: Google core libraries for Java description: Google core libraries for Java -baseurl: / url: https://guava.dev themeColor: red @@ -18,9 +17,6 @@ exclude: - vendor - "*.sh" -plugins: - - jekyll-redirect-from - # Release data # Do not change! updaterelease.sh automatically updates these fields latest_release: 33.4.0 diff --git a/_includes/footer.html b/_includes/footer.html index 0054ae10cd02..5c9912fcf627 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,4 @@ -{% comment %} +{%- comment -%} Copyright (C) 2018 Google LLC. Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,8 +11,8 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License.foobar2 -{% endcomment %} +limitations under the License. +{%- endcomment -%}