Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools committed Apr 7, 2024
1 parent 5bfd421 commit 9327544
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/zabapgit_test_ssl.prog.abap
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ CLASS lcl_report IMPLEMENTATION.
IF sy-subrc <> 0.
display_error( 'HTTP Client Receive' ).

li_http_client->get_last_error(
IMPORTING
message = lv_response ).
li_http_client->get_last_error( IMPORTING message = lv_response ).

display_messages( lv_response ).

Expand Down Expand Up @@ -359,15 +357,15 @@ INITIALIZATION.
sc_txt3 = 'test two URLs at the same time, for example, if read and write'.
sc_txt4 = 'access require different servers.'.
sc_titl2 = 'Git Server'.
%_p_url1_%_app_%-text = 'URL (Read Access)'.
%_p_url2_%_app_%-text = 'URL (Write Access)'.
%_p_id_%_app_%-text = 'SSL Client Identity'.
%_p_http_%_app_%-text = 'HTTP protocol'.
* %_p_url1_%_app_%-text = 'URL (Read Access)'
* %_p_url2_%_app_%-text = 'URL (Write Access)'
* %_p_id_%_app_%-text = 'SSL Client Identity'
* %_p_http_%_app_%-text = 'HTTP protocol'
sc_titl3 = 'Proxy Settings (Optional)'.
%_p_proxy_%_app_%-text = 'Hostname/IP'.
%_p_pport_%_app_%-text = 'Port'.
%_p_puser_%_app_%-text = 'Username'.
%_p_ppwd_%_app_%-text = 'Password'.
* %_p_proxy_%_app_%-text = 'Hostname/IP'
* %_p_pport_%_app_%-text = 'Port'
* %_p_puser_%_app_%-text = 'Username'
* %_p_ppwd_%_app_%-text = 'Password'

CREATE OBJECT go_report.

Expand Down
6 changes: 6 additions & 0 deletions src/zabapgit_test_ssl.prog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<ENTRY>abapGit SSL Test</ENTRY>
<LENGTH>16</LENGTH>
</item>
<item>
<ID>S</ID>
<KEY>P_HTTP</KEY>
<ENTRY>HTTP Protocol</ENTRY>
<LENGTH>21</LENGTH>
</item>
<item>
<ID>S</ID>
<KEY>P_ID</KEY>
Expand Down

0 comments on commit 9327544

Please sign in to comment.