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
getOsFamily calls the method setValidFamilies which adds DOS as first member to the collection and the check for the OS tries for the path separator ;. It matches and DOS is returned. Obviously the order of if clauses values in isOs should be applied to the values in setValidFamilies.
The text was updated successfully, but these errors were encountered:
See Maven Output which uses Plexus Utils's
Os
:getOsFamily
calls the methodsetValidFamilies
which adds DOS as first member to the collection and the check for the OS tries for the path separator;
. It matches and DOS is returned. Obviously the order of if clauses values inisOs
should be applied to the values insetValidFamilies
.The text was updated successfully, but these errors were encountered: