Skip to content

Commit b053cc8

Browse files
dcorbachodumbbell
authored andcommitted
Update copyright and compiler warnings
References #1136 [#136613953]
1 parent c4a404d commit b053cc8

7 files changed

+10
-10
lines changed

test/unit_inbroker_backing_queue_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(unit_inbroker_backing_queue_SUITE).

test/unit_inbroker_cluster_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(unit_inbroker_cluster_SUITE).

test/unit_inbroker_disconnect_detected_during_alarm_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(unit_inbroker_disconnect_detected_during_alarm_SUITE).
@@ -58,7 +58,7 @@ init_per_group(Group, Config) ->
5858
rabbit_ct_broker_helpers:setup_steps() ++
5959
rabbit_ct_client_helpers:setup_steps()).
6060

61-
end_per_group(Group, Config) ->
61+
end_per_group(_Group, Config) ->
6262
rabbit_ct_helpers:run_steps(Config,
6363
rabbit_ct_client_helpers:teardown_steps() ++
6464
rabbit_ct_broker_helpers:teardown_steps()).

test/unit_inbroker_list_consumers_sanity_check_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(unit_inbroker_list_consumers_sanity_check_SUITE).
@@ -55,7 +55,7 @@ init_per_group(Group, Config) ->
5555
rabbit_ct_broker_helpers:setup_steps() ++
5656
rabbit_ct_client_helpers:setup_steps()).
5757

58-
end_per_group(Group, Config) ->
58+
end_per_group(_Group, Config) ->
5959
rabbit_ct_helpers:run_steps(Config,
6060
rabbit_ct_client_helpers:teardown_steps() ++
6161
rabbit_ct_broker_helpers:teardown_steps()).

test/unit_inbroker_list_queues_online_and_offline_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(unit_inbroker_list_queues_online_and_offline_SUITE).
@@ -58,7 +58,7 @@ init_per_group(Group, Config) ->
5858
rabbit_ct_broker_helpers:setup_steps() ++
5959
rabbit_ct_client_helpers:setup_steps()).
6060

61-
end_per_group(Group, Config) ->
61+
end_per_group(_Group, Config) ->
6262
rabbit_ct_helpers:run_steps(Config,
6363
rabbit_ct_client_helpers:teardown_steps() ++
6464
rabbit_ct_broker_helpers:teardown_steps()).

test/unit_inbroker_non_parallel_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(unit_inbroker_non_parallel_SUITE).

test/unit_inbroker_parallel_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(unit_inbroker_parallel_SUITE).

0 commit comments

Comments
 (0)