diff options
author | Hans Bolinder <[email protected]> | 2018-06-07 09:35:22 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-06-07 09:37:39 +0200 |
commit | cdb457c6525c6eac35ae2e999ae5a4021ee4bc96 (patch) | |
tree | 0a206ad136eb0bb3701e49c31f2b5703ef4a1c47 /lib/common_test/test/test_server_SUITE.erl | |
parent | f9a818d0378d1e7e4e91d13b7ce1208dc2d628af (diff) | |
download | otp-cdb457c6525c6eac35ae2e999ae5a4021ee4bc96.tar.gz otp-cdb457c6525c6eac35ae2e999ae5a4021ee4bc96.tar.bz2 otp-cdb457c6525c6eac35ae2e999ae5a4021ee4bc96.zip |
common_test: Remove EDoc comments in internal modules
Diffstat (limited to 'lib/common_test/test/test_server_SUITE.erl')
-rw-r--r-- | lib/common_test/test/test_server_SUITE.erl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/common_test/test/test_server_SUITE.erl b/lib/common_test/test/test_server_SUITE.erl index edfaea1d08..05737cfac9 100644 --- a/lib/common_test/test/test_server_SUITE.erl +++ b/lib/common_test/test/test_server_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2016. All Rights Reserved. +%% Copyright Ericsson AB 2010-2018. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -18,12 +18,7 @@ %% %CopyrightEnd% %% %%%------------------------------------------------------------------- -%%% @author Lukas Larsson <[email protected]> -%%% @copyright (C) 2011, Erlang Solutions Ltd. -%%% @doc -%%% -%%% @end -%%% Created : 15 Feb 2011 by Lukas Larsson <[email protected]> +%%% Author: Lukas Larsson <[email protected]> %%%------------------------------------------------------------------- -module(test_server_SUITE). |