Browse Source

Implementation-Vendor and Implementation-VendorId have been swapped.

PR: 17295


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274189 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
c87fc87c88
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/optional/extension/ExtensionAdapter.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -269,8 +269,8 @@ public class ExtensionAdapter
specificationVersion,
m_specificationVendor,
implementationVersion,
m_implementationVendorID,
m_implementationVendor,
m_implementationVendorID,
m_implementationURL );
}



Loading…
Cancel
Save