Skip to content

Commit

Permalink
Move JavaScript reference factory to its own file (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Jun 26, 2024
1 parent e737707 commit 1bb1167
Show file tree
Hide file tree
Showing 4 changed files with 735 additions and 732 deletions.
2 changes: 1 addition & 1 deletion js/src/Ice/InstanceExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { LocatorManager } from "./LocatorManager.js";
import { ObjectAdapterFactory } from "./ObjectAdapterFactory.js";
import { OutgoingConnectionFactory } from "./OutgoingConnectionFactory.js";
import { Properties } from "./Properties.js";
import { ReferenceFactory } from "./Reference.js";
import { ReferenceFactory } from "./ReferenceFactory.js";
import { RetryQueue } from "./RetryQueue.js";
import { RouterManager } from "./RouterManager.js";
import { Timer } from "./Timer.js";
Expand Down
Loading

0 comments on commit 1bb1167

Please sign in to comment.