Compare commits
1 Commits
refactor
...
refactor_f
| Author | SHA1 | Date |
|---|---|---|
|
|
dfa48cfe98 | 3 years ago |
3 changed files with 15 additions and 27 deletions
@ -0,0 +1,8 @@
|
||||
package com.redhat.pctsec.model; |
||||
|
||||
public class BrewScanRequest extends ScanRequest{ |
||||
@Override |
||||
public void executeScan() { |
||||
bus.<BrewScanRequest>requestAndForget("tekton", this); |
||||
} |
||||
} |
||||
Loading…
Reference in new issue