Skip to content

Commit

Permalink
Update javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Sep 25, 2017
1 parent ec9b91a commit 3e18d30
Show file tree
Hide file tree
Showing 448 changed files with 13,497 additions and 3,551 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A utility to reduce boilerplate code in Bukkit plugins. It gets boring writing t

### Modules
##### [`helper`](https://github.com/lucko/helper/tree/master/helper): The main helper project
[![Artifact](https://img.shields.io/badge/build-artifact-green.svg)](https://ci.lucko.me/job/helper/lastSuccessfulBuild/artifact/helper/target/helper.jar) [![Dependency Info](https://img.shields.io/badge/api-dependency_info-orange.svg)](https://github.com/lucko/helper#helperr) [![JavaDoc](https://img.shields.io/badge/api-javadoc-blue.svg)](https://lucko.me/helper/javadoc/helper/)
[![Artifact](https://img.shields.io/badge/build-artifact-green.svg)](https://ci.lucko.me/job/helper/lastSuccessfulBuild/artifact/helper/target/helper.jar) [![Dependency Info](https://img.shields.io/badge/api-dependency_info-orange.svg)](https://github.com/lucko/helper#helper) [![JavaDoc](https://img.shields.io/badge/api-javadoc-blue.svg)](https://lucko.me/helper/javadoc/helper/)

##### [`helper-sql`](https://github.com/lucko/helper/tree/master/helper-sql): Provides SQL datasources using HikariCP.
[![Artifact](https://img.shields.io/badge/build-artifact-green.svg)](https://ci.lucko.me/job/helper/lastSuccessfulBuild/artifact/helper-sql/target/helper-sql.jar) [![Dependency Info](https://img.shields.io/badge/api-dependency_info-orange.svg)](https://github.com/lucko/helper#helper-sql) [![JavaDoc](https://img.shields.io/badge/api-javadoc-blue.svg)](https://lucko.me/helper/javadoc/helper-sql/)
Expand Down
6 changes: 3 additions & 3 deletions docs/javadoc/helper-mongo/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:31 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>All Classes (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions docs/javadoc/helper-mongo/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:31 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>All Classes (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/helper-mongo/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>Constant Field Values (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (helper-mongo 1.0.1 API)";
parent.document.title="Constant Field Values (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/helper-mongo/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:31 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>Deprecated List (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (helper-mongo 1.0.1 API)";
parent.document.title="Deprecated List (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/helper-mongo/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:31 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>API Help (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (helper-mongo 1.0.1 API)";
parent.document.title="API Help (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/javadoc/helper-mongo/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:31 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>Index (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (helper-mongo 1.0.1 API)";
parent.document.title="Index (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/helper-mongo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:31 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>helper-mongo 1.0.1 API</title>
<title>helper-mongo 1.0.2 API</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
Expand Down
20 changes: 10 additions & 10 deletions docs/javadoc/helper-mongo/me/lucko/helper/mongo/HelperMongo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HelperMongo (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>HelperMongo (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="HelperMongo (helper-mongo 1.0.1 API)";
parent.document.title="HelperMongo (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2 title="Interface HelperMongo" class="title">Interface HelperMongo</h2>
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd>me.lucko.helper.terminable.Terminable</dd>
<dd><a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true" title="class or interface in me.lucko.helper.terminable">Terminable</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
Expand All @@ -111,7 +111,7 @@ <h2 title="Interface HelperMongo" class="title">Interface HelperMongo</h2>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">HelperMongo</span>
extends me.lucko.helper.terminable.Terminable</pre>
extends <a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true" title="class or interface in me.lucko.helper.terminable">Terminable</a></pre>
<div class="block">Represents an individual Mongo datasource, created by the library.</div>
</li>
</ul>
Expand All @@ -129,8 +129,8 @@ <h3>Field Summary</h3>
<li class="blockList"><a name="fields.inherited.from.class.me.lucko.helper.terminable.Terminable">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;me.lucko.helper.terminable.Terminable</h3>
<code>EMPTY</code></li>
<h3>Fields inherited from interface&nbsp;me.lucko.helper.terminable.<a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true" title="class or interface in me.lucko.helper.terminable">Terminable</a></h3>
<code><a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true#EMPTY" title="class or interface in me.lucko.helper.terminable">EMPTY</a></code></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -191,8 +191,8 @@ <h3>Method Summary</h3>
<li class="blockList"><a name="methods.inherited.from.class.me.lucko.helper.terminable.Terminable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;me.lucko.helper.terminable.Terminable</h3>
<code>bindWith, hasTerminated, of, terminate</code></li>
<h3>Methods inherited from interface&nbsp;me.lucko.helper.terminable.<a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true" title="class or interface in me.lucko.helper.terminable">Terminable</a></h3>
<code><a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true#bindWith-me.lucko.helper.terminable.TerminableConsumer-" title="class or interface in me.lucko.helper.terminable">bindWith</a>, <a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true#hasTerminated--" title="class or interface in me.lucko.helper.terminable">hasTerminated</a>, <a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true#of-java.lang.Runnable-" title="class or interface in me.lucko.helper.terminable">of</a>, <a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true#terminate--" title="class or interface in me.lucko.helper.terminable">terminate</a></code></li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MongoDatabaseCredentials (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>MongoDatabaseCredentials (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MongoDatabaseCredentials (helper-mongo 1.0.1 API)";
parent.document.title="MongoDatabaseCredentials (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MongoProvider (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>MongoProvider (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MongoProvider (helper-mongo 1.0.1 API)";
parent.document.title="MongoProvider (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface me.lucko.helper.mongo.HelperMongo (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>Uses of Interface me.lucko.helper.mongo.HelperMongo (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface me.lucko.helper.mongo.HelperMongo (helper-mongo 1.0.1 API)";
parent.document.title="Uses of Interface me.lucko.helper.mongo.HelperMongo (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class me.lucko.helper.mongo.MongoDatabaseCredentials (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>Uses of Class me.lucko.helper.mongo.MongoDatabaseCredentials (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class me.lucko.helper.mongo.MongoDatabaseCredentials (helper-mongo 1.0.1 API)";
parent.document.title="Uses of Class me.lucko.helper.mongo.MongoDatabaseCredentials (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface me.lucko.helper.mongo.MongoProvider (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>Uses of Interface me.lucko.helper.mongo.MongoProvider (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface me.lucko.helper.mongo.MongoProvider (helper-mongo 1.0.1 API)";
parent.document.title="Uses of Interface me.lucko.helper.mongo.MongoProvider (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>me.lucko.helper.mongo (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>me.lucko.helper.mongo (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>me.lucko.helper.mongo (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>me.lucko.helper.mongo (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="me.lucko.helper.mongo (helper-mongo 1.0.1 API)";
parent.document.title="me.lucko.helper.mongo (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Sep 24 18:09:30 BST 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Mon Sep 25 21:34:05 BST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>me.lucko.helper.mongo Class Hierarchy (helper-mongo 1.0.1 API)</title>
<meta name="date" content="2017-09-24">
<title>me.lucko.helper.mongo Class Hierarchy (helper-mongo 1.0.2 API)</title>
<meta name="date" content="2017-09-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="me.lucko.helper.mongo Class Hierarchy (helper-mongo 1.0.1 API)";
parent.document.title="me.lucko.helper.mongo Class Hierarchy (helper-mongo 1.0.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -89,7 +89,7 @@ <h2 title="Class Hierarchy">Class Hierarchy</h2>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">me.lucko.helper.mongo.<a href="../../../../me/lucko/helper/mongo/MongoProvider.html" title="interface in me.lucko.helper.mongo"><span class="typeNameLink">MongoProvider</span></a></li>
<li type="circle">me.lucko.helper.terminable.Terminable
<li type="circle">me.lucko.helper.terminable.<a href="https://github.com/lucko/helper/apidocs/me/lucko/helper/terminable/Terminable.html?is-external=true" title="class or interface in me.lucko.helper.terminable"><span class="typeNameLink">Terminable</span></a>
<ul>
<li type="circle">me.lucko.helper.mongo.<a href="../../../../me/lucko/helper/mongo/HelperMongo.html" title="interface in me.lucko.helper.mongo"><span class="typeNameLink">HelperMongo</span></a></li>
</ul>
Expand Down
Loading

0 comments on commit 3e18d30

Please sign in to comment.