Skip to content

Commit

Permalink
Added annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 5, 2024
1 parent 2a3c586 commit 264ecf5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

import com.helger.commons.ValueEnforcer;
import com.helger.commons.annotation.Nonempty;
import com.helger.commons.annotation.ReturnsMutableObject;
import com.helger.commons.http.HttpHeaderMap;
import com.helger.commons.string.ToStringGenerator;
import com.helger.phase4.mgr.MetaAS4Manager;
Expand Down Expand Up @@ -162,6 +163,7 @@ public final HttpHeaderMap getResponseHeaders ()
* @see #hasResponseContent()
*/
@Nullable
@ReturnsMutableObject
public final T getResponseContent ()
{
return m_aResponseContent;
Expand Down

0 comments on commit 264ecf5

Please sign in to comment.