Skip to content

Commit 9a36abd

Browse files
committed
remove excess \
1 parent b0e75cf commit 9a36abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/IscsiStorageCleanupMonitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class IscsiStorageCleanupMonitor implements Runnable{
3939
private static final String KEYWORD_ISCSI = "iscsi";
4040
private static final String KEYWORD_IQN = "iqn";
4141
private static final String KEYWORD_PART = "part";
42-
private static final String REGEX_PART = "\\S+part\\d+$";
42+
private static final String REGEX_PART = "\S+part\d+$";
4343

4444
private IscsiAdmStorageAdaptor iscsiStorageAdaptor;
4545

0 commit comments

Comments
 (0)