... | ... | @@ -32,9 +32,9 @@ Another example is a Javadoc that says nothing more than (or even less than) the |
|
|
```java
|
|
|
|
|
|
/**
|
|
|
* ®param sellRequest
|
|
|
* ®return
|
|
|
* ®throws ManagedComponentException
|
|
|
* @param sellRequest
|
|
|
* @return
|
|
|
* @throws ManagedComponentException
|
|
|
*/
|
|
|
public SellResponse beginSellitem(SellRequest sellRequest)
|
|
|
throws ManagedComponentException
|
... | ... | |