Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
upgrade core to 3.15.29
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeriabuddy committed Apr 14, 2022
1 parent e200fe6 commit 72a1388
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public AutoDiscoveryServiceImpl(AutoDiscoveryRepository autoDiscoveryRepository,
@Override
public AutoDiscovery save(AutoDiscoveryRemoteRequest request) throws HygieiaException {
String autoDiscoveryId = request.getAutoDiscoveryId();
request.getMetaData().getProperties();
if (autoDiscoveryId==null || !ObjectId.isValid(autoDiscoveryId)) {
throw new HygieiaException("Invalid Auto Discovery Object ID: [" + autoDiscoveryId + "] received.", HygieiaException.BAD_DATA);
}
Expand Down

0 comments on commit 72a1388

Please sign in to comment.