You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The puzzle 213-721856fe in s3auth-relay/src/main/java/com/s3auth/relay/HttpFacade.java (lines 66-69) has to be resolved: Create new a class Facade with all protocol-neutral code (such as socket handling, socket queue, etc). Then convert {@link com .s3auth.relay.HttpFacade} and {@link com.s3auth.relay.FtpFacade} so they use the new Facade class in order to avoid code duplication.
The puzzle was created by pinaf on 24-Jan-15.
Estimate: 60 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD.
The text was updated successfully, but these errors were encountered:
The puzzle
213-721856fe
ins3auth-relay/src/main/java/com/s3auth/relay/HttpFacade.java
(lines 66-69) has to be resolved: Create new a class Facade with all protocol-neutral code (such as socket handling, socket queue, etc). Then convert {@link com .s3auth.relay.HttpFacade} and {@link com.s3auth.relay.FtpFacade} so they use the new Facade class in order to avoid code duplication.The puzzle was created by pinaf on 24-Jan-15.
Estimate: 60 minutes, role: IMP.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD.
The text was updated successfully, but these errors were encountered: