Skip to content

Commit

Permalink
Merge pull request #442 from dominikl/qa
Browse files Browse the repository at this point in the history
Remove duplicate app_name parameter
  • Loading branch information
jburel authored Sep 16, 2024
2 parents 2ca50c6 + 9f3d273 commit 6bf96ec
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* org.openmicroscopy.shoola.svc.proxy.MessengerRequest
*
*------------------------------------------------------------------------------
* Copyright (C) 2006-2015 University of Dundee. All rights reserved.
* Copyright (C) 2006-2024 University of Dundee. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -169,8 +169,6 @@ public HttpUriRequest marshal(String path)
p.add(new BasicNameValuePair(ERROR, error));
p.add(new BasicNameValuePair(EXTRA, extra));
p.add(new BasicNameValuePair(INVOKER, invoker));
p.add(new BasicNameValuePair(ProxyUtil.APP_NAME,
applicationNumber));
p.add(new BasicNameValuePair(ProxyUtil.APP_NAME, applicationNumber));
p.add(new BasicNameValuePair(ProxyUtil.APP_VERSION, applicationVersion));

Expand Down

0 comments on commit 6bf96ec

Please sign in to comment.