diff options
Diffstat (limited to 'src/cowboy_requests_sup.erl')
-rw-r--r-- | src/cowboy_requests_sup.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_requests_sup.erl b/src/cowboy_requests_sup.erl index 1ad3a52..a50ee8a 100644 --- a/src/cowboy_requests_sup.erl +++ b/src/cowboy_requests_sup.erl @@ -12,6 +12,7 @@ %% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +%% @private -module(cowboy_requests_sup). -behaviour(supervisor). |