Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Fixes #5628: Handle deprecation information from metadata #56

Merged

Conversation

VinceMacBuche
Copy link
Member

deprecation format:

message

@VinceMacBuche VinceMacBuche force-pushed the bug_5628/Deprecated_property branch 2 times, most recently from a239beb to 5fa657e Compare October 15, 2014 12:42
@@ -73,23 +73,44 @@ class TechniqueParser(
val compatible = try Some(CompatibleParser.parseXml((node \ COMPAT_TAG).head)) catch { case _:Exception => None }

val rootSection = sectionSpecParser.parseSectionsInPolicy(node, id, name)
node \ TECHNIQUE_DEPRECATION_INFO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this line ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"c'est la cote de boeuf"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

ncharles added a commit that referenced this pull request Oct 16, 2014
Fixes #5628: Handle deprecation information from metadata
@ncharles ncharles merged commit 265a45a into Normation:master Oct 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants